summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-169-441/+18
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-0/+1
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-5/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-142-4/+5
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Use QList instead of QVector in examplesJarek Kobus2020-06-231-2/+2
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-4/+4
* Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-182-1/+3
* Post Merge FixesLeander Beernaert2020-01-241-1/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-121-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-146-23/+23
|\|
| * Cleanup QtOpenGL examplesChristian Ehrlicher2019-09-306-23/+23
* | cmake: add examples/openglFrederik Gladhorn2019-10-071-0/+35
|/
* Hello GL2 example: Fix exit crashFriedemann Kleint2017-09-051-0/+2
* OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-053-6/+31
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-152-8/+8
* Unify license header usage.Jani Heikkinen2016-03-299-27/+117
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-242-2/+9
* Updated Hello GL2 Example to new Signal/Slot syntaxBenjamin Summerton2015-06-292-8/+8
* Updated BSD licensed file headersJani Heikkinen2015-02-159-27/+27
* Update copyright headersJani Heikkinen2015-02-119-45/+45
* Fix composition for windows with alphaLaszlo Agocs2014-08-132-0/+7
* Modernize the OpenGL examplesLaszlo Agocs2014-08-1210-0/+1012