summaryrefslogtreecommitdiffstats
path: root/examples/opengl/contextinfo
Commit message (Expand)AuthorAgeFilesLines
* Make contextinfo example a manual testLaszlo Agocs2023-11-177-723/+0
* Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+2
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-165-245/+10
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* 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-4/+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
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-1/+4
* Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-203-2/+4
* Post Merge FixesLeander Beernaert2020-01-241-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-3/+3
|\
| * Cleanup QtOpenGL examplesChristian Ehrlicher2019-09-302-3/+3
* | cmake: add examples/openglFrederik Gladhorn2019-10-071-0/+33
|/
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* Examples: cleanup foreach usageChristian Ehrlicher2019-02-021-1/+1
* Use requestUpdate instead of timer in a few GL examplesTor Arne Vestbø2019-01-222-5/+11
* Fix typo in contextinfo exampleMichal Klocek2018-06-151-1/+1
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+4
|\
| * fix example installsOswald Buddenhagen2016-05-031-0/+4
* | 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-295-15/+65
|/
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Port examples/opengl to new connection syntax.Friedemann Kleint2015-09-021-1/+1
* Add OpenGL 4.5 to contextinfo exampleLaszlo Agocs2015-03-201-1/+2
* Updated BSD licensed file headersJani Heikkinen2015-02-155-15/+15
* Update copyright headersJani Heikkinen2015-02-115-25/+25
* contextinfo: Make it more responsive and improve error handlingLaszlo Agocs2014-03-141-2/+7
* contextinfo example: Print the format() both for context and surfaceLaszlo Agocs2014-03-142-15/+30
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-042-9/+12
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-2/+2
* Add an example for creating OpenGL contextsLaszlo Agocs2014-02-286-0/+798