aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix rendernode example wrt stackingLaszlo Agocs2022-06-161-1/+5
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-311-1/+1
* simplematerial example: Fix double installation of main.qmlAlexander Volkov2020-06-231-4/+1
* Add missing include to d3d11underqml exampleLaszlo Agocs2020-04-071-0/+1
* Add missing QPainterPath include in rendernode exampleUlf Hermann2020-03-101-0/+1
* Examples: enable HighDPI scaling for AndroidAssam Boudjelthia2020-02-241-0/+1
* Modernize type registration in new examplesUlf Hermann2020-02-119-12/+12
* Avoid discouraged patterns in examplesUlf Hermann2020-02-111-1/+1
* Generate registrations for all examplesUlf Hermann2020-01-1330-197/+331
* Minimal documentation for new examplePaul Olav Tvete2019-12-122-0/+48
* Add vulkantextureimport examplePaul Olav Tvete2019-12-129-1/+1126
* Fix Metal usage on iOSLaszlo Agocs2019-11-274-6/+11
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-222-1/+5
|\
| * fix rendernode example buildLorn Potter2019-11-121-0/+4
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1
* | Make QQuickFbo work with the OpenGL backend of QRhiLaszlo Agocs2019-11-145-14/+39
* | Make twotextureproviders work on the rhi rendering pathLaszlo Agocs2019-10-1412-73/+274
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-114-0/+8
|\|
| * Add guards in .pro of platform/api-specific scenegraph examplesLaszlo Agocs2019-10-104-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-102-2/+5
|\|
| * Make rendernode example compile on iOSLaszlo Agocs2019-10-092-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0413-27/+27
|\|
| * Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-184-16/+16
| * Rename textureinsgnode example to a more fitting nameLaszlo Agocs2019-09-129-7/+7
| * Fix gcc warnings in vulkanunderqml exampleLaszlo Agocs2019-09-111-4/+4
* | Specify parameters of type registration in class declarationsUlf Hermann2019-09-2621-11/+22
|/
* Clarify docs and comments regarding under and overlaysLaszlo Agocs2019-09-082-0/+10
* Add metaltextureimport exampleLaszlo Agocs2019-09-0811-1/+878
* rendernode example: Prevent gui-render thread data raceLaszlo Agocs2019-09-089-81/+114
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-5/+14
* Add vulkanunderqml exampleLaszlo Agocs2019-09-0814-9/+952
* rendernode example: Add support for MetalLaszlo Agocs2019-08-229-1/+513
* Add missing scenegraph example docsLaszlo Agocs2019-08-2212-1/+320
* Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-224-31/+104
* Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-043-29/+37
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0422-6/+1491
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-277-22/+22
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-8/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-266-20/+20
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-2/+5
|\
| * threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
* | Update to new QRandomGenerator APIThiago Macieira2017-11-032-6/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2449-154/+574
|\|
| * Fix example code to always use BSDKai Koehne2017-10-184-12/+52
| * Fix outdated FDL license headerKai Koehne2017-10-177-34/+34
| * Fix outdated BSD license headerKai Koehne2017-10-1738-108/+488
* | Qt Quick examples: Introduce QCommandLineParserFriedemann Kleint2017-10-181-1/+15
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-6/+8
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-1/+1
|\|