aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-6/+6
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-2/+2
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-161-0/+6
* Anisotropic antialiasing for distance field textEskil Abrahamsen Blomfeldt2020-06-151-4/+5
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-151-0/+2
* Move QSGRenderContext::RenderMode to QSGRendererInterfaceEskil Abrahamsen Blomfeldt2020-06-111-3/+3
* Remove unused leftovers in batch renderer headerLaszlo Agocs2020-06-091-9/+0
* Add perspective 3D plane render modeLaszlo Agocs2020-06-091-9/+25
* Enable invoking the scenegraph rendering without a full render passLaszlo Agocs2020-06-021-6/+32
* Remove the direct OpenGL code from the batch rendererLaszlo Agocs2020-06-021-22/+4
* Make QSGMaterialRhiShader become QSGMaterialShaderLaszlo Agocs2020-06-021-5/+4
* Avoid stale renderpass references in ShaderManager's pipeline listLaszlo Agocs2020-05-071-0/+2
* Change qHash return value to size_tFabian Kosmale2020-04-161-2/+2
* Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-1/+1
* Share pipeline state objects between layer renderersLaszlo Agocs2019-12-161-52/+57
* Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-031-4/+6
* Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-231-2/+2
* Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-221-0/+2
* Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-071-18/+31
* Enable line width on the rhi code pathLaszlo Agocs2019-07-041-0/+2
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-23/+228
* Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-241-8/+2
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-24/+17
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-17/+17
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+8
|\
| * Fix performance regressionJesus Fernandez2018-02-071-1/+8
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-4/+4
|/
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-041-0/+1
* Use independent buffer for indicesJesus Fernandez2017-01-271-8/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-4/+66
|\
| * Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-101-4/+66
* | scenegraph: add missing 'override'Anton Kudryavtsev2016-09-161-1/+1
|/
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-241-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+4
| |\
| | * Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
* | | Make rendernode suitable for public consumptionLaszlo Agocs2016-04-201-2/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-131-17/+10
|\| |
| * | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
* | | Enable building Qt Quick module with QT_NO_OPENGL definedAndy Nichols2016-03-221-3/+7
|/ /
* | Updated license headersJani Heikkinen2016-01-191-16/+22
* | QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-051-1/+8
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-0/+1
|\
| * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-171-0/+1
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-2/+2
* | QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
|/
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-1/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move VAO binding to Renderer::render()Berthold Krevert2015-02-041-1/+0