aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Post merge fixesLeander Beernaert2020-01-247-15/+23
| * | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1651-568/+1460
| |\ \ \ \
| * | | | | Post Merge FixesLeander Beernaert2019-11-251-2/+2
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-2517-87/+313
| |\ \ \ \ \
| * | | | | | cmake: Add missing examplesFrederik Gladhorn2019-11-062-0/+100
| * | | | | | Regenerate required projects after dev -> wip/cmake mergeAlexandru Croitor2019-10-144-24/+40
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1464-118/+2012
| |\ \ \ \ \ \
| * | | | | | | Regenerate ExamplesLeander Beernaert2019-10-1412-24/+37
| * | | | | | | Regenerate the necessary bits of qtdeclarative after wip/qt6 mergeAlexandru Croitor2019-10-141-1/+26
| * | | | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1119-32/+936
| |\ \ \ \ \ \ \
| * | | | | | | | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-2012-13/+13
| * | | | | | | | Convert ExamplesLeander Beernaert2019-08-2313-0/+677
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Add missing QPainterPath include in rendernode exampleUlf Hermann2020-03-101-0/+1
* | | | | | | | vulkan examples: fix missing includeFabian Kosmale2020-03-092-0/+2
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-0/+1
|\| | | | | | |
| * | | | | | | Examples: enable HighDPI scaling for AndroidAssam Boudjelthia2020-02-241-0/+1
* | | | | | | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-2/+2
* | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1710-13/+13
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Modernize type registration in new examplesUlf Hermann2020-02-119-12/+12
| * | | | | | Avoid discouraged patterns in examplesUlf Hermann2020-02-111-1/+1
* | | | | | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-275-9/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1430-197/+331
|\| | | | |
| * | | | | Generate registrations for all examplesUlf Hermann2020-01-1330-197/+331
* | | | | | Remove D3D12 scenegraph backendLaszlo Agocs2020-01-068-424/+0
|/ / / / /
* | | | | 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