aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/twotextureproviders
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-271-9/+12
* Correct license for examples filesLucie Gérard2024-03-211-1/+1
* Doc: Create separate Graphics and Multimedia example categoriesJaishree Vyas2024-01-171-1/+1
* Add license headers to shader sourceEskil Abrahamsen Blomfeldt2023-10-302-0/+6
* Doc: Add example category to all the files that haven't yet got itInkamari Harjula2023-09-061-0/+1
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-021-4/+4
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-1/+0
* Quick scenegraph examples: use qsTr() for user facing stringsOliver Eftevaag2023-01-171-4/+2
* Quick examples: Modernize cmake files according to our guidelinesOliver Eftevaag2023-01-161-9/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Examples: Do not use import version numbers anymoreKai Köhne2022-08-311-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-115-222/+10
* Improve examples CMakeLists.txtKai Köhne2022-01-241-12/+4
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-08-301-1/+1
* Use add_shaders with CMake in some examplesLaszlo Agocs2021-08-242-46/+13
* Update quick examples to new QML CMake APICraig Scott2021-08-241-21/+11
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Do not call QGuiApplication::exec() on an instanceUlf Hermann2021-06-301-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-261-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-1/+1
* Make twotextureproviders example functional againLaszlo Agocs2020-09-074-0/+42
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-151-2/+2
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-3/+1
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-291-1/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-291-1/+5
* Avoid truncating in QSGMaterial::compare() implementationsLaszlo Agocs2020-05-271-6/+5
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-271-2/+2
* Remove leftover legacy shader files in scenegraph exampleLaszlo Agocs2020-04-2913-102/+54
* twotextureproviders example: rip out legacy OpenGL material implLaszlo Agocs2020-04-072-64/+5
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+2
|\
| * Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-2/+2
* | Regenerate examplesAlexandru Croitor2020-01-291-0/+8
* | Post merge fixesLeander Beernaert2020-01-241-0/+6
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-2/+4
|\|
| * Generate registrations for all examplesUlf Hermann2020-01-132-2/+4
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-2512-73/+274
|\|
| * Make twotextureproviders work on the rhi rendering pathLaszlo Agocs2019-10-1412-73/+274
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-1/+2
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-262-1/+2
* | Regenerate ExamplesLeander Beernaert2019-10-141-2/+2
* | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-201-1/+1
* | Convert ExamplesLeander Beernaert2019-08-231-0/+47
|/
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-6/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-6/+6
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-245-12/+52
|\
| * Fix outdated FDL license headerKai Koehne2017-10-171-4/+4
| * Fix outdated BSD license headerKai Koehne2017-10-174-8/+48
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
|/