summaryrefslogtreecommitdiffstats
path: root/tests/manual/deferred-renderer-cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of Manual TestsPaul Lemire2024-06-111-6/+6
* Correct license for test filesLucie Gérard2024-04-2315-15/+15
* Remove qmake build filesMike Krus2023-03-171-37/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-271-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2216-717/+32
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Make sample meshes geometry renderers againMike Krus2020-07-302-9/+3
* Use QList instead of QVector in testsJarek Kobus2020-07-092-2/+2
* Use QList instead of QVectorJarek Kobus2020-07-072-4/+4
* Add support for building with CMakeMike Krus2020-05-221-0/+50
* Make default geometries viewsMike Krus2020-02-273-6/+11
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-2/+2
* Fix Deferred-Renderer examplesWieland Hagen2017-06-274-8/+10
* Fix Clang warnings: remove unused code and dataMike Krus2017-02-111-1/+0
* Readd doc that was removed by e3c70ea206eaef9fe310ebc880070b173977530eAndy Shaw2016-11-181-0/+21
* Remove excess slashes from include statementsMiikka Heikkinen2016-09-051-2/+2
* deferred-renderer-cpp: properly handle window size changesPaul Lemire2016-08-102-8/+31
* Fix deferred-renderer-cppPaul Lemire2016-08-101-2/+2
* deferred-renderer-cpp: fix technique to use proper profile/versionPaul Lemire2016-08-101-2/+2
* Fix deferred-renderer.cppPaul Lemire2016-07-0114-120/+479
* Moved deferred-renderer-cpp example to manual testRobert Brock2016-05-1522-0/+1309