summaryrefslogtreecommitdiffstats
path: root/examples/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-302-2/+4
|\
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-2/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-1/+48
|\|
| * Doc: Add Hello GLES3 examplePaul Wicking2018-06-264-1/+48
* | Spice up QOpenGLWindow exampleTor Arne Vestbø2018-06-151-10/+5
* | Fix typo in contextinfo exampleMichal Klocek2018-06-151-1/+1
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+2
|\
| * hellogles3 example: Fix start-up crash when using dynamic GLFriedemann Kleint2018-01-261-2/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+1
|\ \
| * | qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-236-23/+30
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-086-23/+30
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-266-13/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-066-13/+87
| |\|
| | * Hello GL2 example: Fix exit crashFriedemann Kleint2017-09-051-0/+2
| | * OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-056-12/+82
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-8/+6
|\|
| * Examples: Remove remains of winceFriedemann Kleint2017-07-141-8/+6
* | Clean up some arithmetic code in an exampleEdward Welbourne2017-07-141-17/+13
* | Don’t flicker on startup: render on exposeMorten Johan Sørvig2017-06-272-1/+3
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-208-73/+66
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-143-54/+118
|\|
| * Fix computegles31 examplePaolo Angelelli2017-03-083-48/+82
| * Replace outdated BSD license textKai Koehne2017-03-033-6/+36
* | Add support for custom texture format in QOpenGLWidgetLaszlo Agocs2017-02-262-0/+8
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-4/+5
|\
| * Example: migrate grabber to use QRegularExpressionSamuel Gaist2017-02-151-4/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-15/+6
|\|
| * examples: Use QOverload to select overloaded signals and slotsAlexander Volkov2016-12-223-15/+6
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-4/+0
|\|
| * Remove last traces of opengl es 1 supportLars Knoll2016-11-161-4/+0
* | computegles31 example: fix warning -Winconsistent-missing-overrideAnton Kudryavtsev2016-10-031-3/+3
* | OpenGL: add support for compute shaders in GLES 3.1Paolo Angelelli2016-09-217-1/+656
|/
* Use qtConfig throughout in qtbaseLars Knoll2016-08-198-8/+8
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * QDateTime: use the more efficient currentMSecsSinceEpoch()Thiago Macieira2016-07-021-1/+1
* | Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-1519-71/+71
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+2
|\
| * OpenGL legacy example: Fix compilation in namespaced builds.Friedemann Kleint2016-05-271-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-0/+7
|\|
| * fix example installsOswald Buddenhagen2016-05-031-0/+4
| * install the opengl legacy examplesOswald Buddenhagen2016-05-031-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-0/+29
|\|
| * OpenGL/contextinfo-Example: Add command line options and status label.Friedemann Kleint2016-04-232-0/+29
* | Unify license header usage.Jani Heikkinen2016-03-2992-284/+1164
|/
* Doc: Replaced Trolltech logo with Qt logoNico Vertriest2016-02-031-0/+0
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-242-2/+9