summaryrefslogtreecommitdiffstats
path: root/examples/opengl
Commit message (Expand)AuthorAgeFilesLines
* Polish forward decl in vulkan and opengl examplesLaszlo Agocs2023-06-013-17/+9
* Move qopenglwidget example to manual testsLaszlo Agocs2023-05-2413-1108/+0
* Docs: Update OpenGl example docsNicholas Bennett2023-05-092-14/+135
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-021-5/+5
* Tune textures example to work with wasm and update docsLaszlo Agocs2023-04-251-3/+5
* cube example: always set required state in paintGLLaszlo Agocs2023-04-201-8/+8
* cube example: Switch to a power-of-two textureLaszlo Agocs2023-04-191-0/+0
* cube example: make sure the program is boundLaszlo Agocs2023-04-181-0/+1
* Move hellogles3 docs to where the rest of these files liveLaszlo Agocs2023-03-233-0/+2
* Remove erroneous widget dependency for hellogles3Laszlo Agocs2023-03-233-3/+9
* Change paintedwindow example to be a manual testLaszlo Agocs2023-03-237-313/+1
* Move hellowindow and qopenglwindow to be a manual testsLaszlo Agocs2023-03-2314-1028/+2
* Change computegles31 example to a manual testLaszlo Agocs2023-03-229-603/+0
* Remove threadeqopenglwidget exampleLaszlo Agocs2023-02-2811-616/+0
* Examples: Add missing include guardsFriedemann Kleint2023-02-013-0/+14
* Fix ContextInfo example crashing on AndroidJani Korteniemi2023-01-311-0/+2
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3013-13/+13
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-2812-1/+503
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1713-26/+26
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1714-55/+55
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2314-14/+14
* Add license headers to cmake filesLucie Gérard2022-08-0314-0/+42
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1671-3341/+142
* Examples: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-116-22/+101
* threadedqopenglwidget example: Split out class RendererFriedemann Kleint2022-01-259-310/+441
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2413-52/+0
* Examples: Remove unneeded target_include_directoriesKai Köhne2021-12-172-8/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1313-19/+40
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1314-28/+0
* CMake: Prefer unversioned commandsKai Köhne2021-12-133-3/+3
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1013-52/+13
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-36/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1713-13/+13
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-13/+13
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2713-0/+52
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1913-13/+13
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-142-4/+5
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+2
* Doc: Move example file that was left behindPaul Wicking2020-09-101-0/+158
* CMake: Regenerate examplesAlexandru Croitor2020-07-0913-13/+65
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-1/+4
* Use QList instead of QVector in examplesJarek Kobus2020-06-237-13/+13
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-083-10/+10
* Fix hellowindow exampleMichal Klocek2020-05-252-59/+30
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\