aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-061-1/+7
* Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-021-13/+129
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-291-1/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-0/+2
|\
| * Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-191-0/+2
* | Make sure we rebuild batches properly after a Blending material change.Gunnar Sletta2014-05-011-1/+8
|/
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-131-1/+8
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-1/+2
|\
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-131-1/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+4
|\|
| * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-061-1/+4
* | Visualization modes for rendering.Gunnar Sletta2014-01-291-1/+23
|/
* Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-221-5/+1
* Make it possible to render without a depth buffer.Gunnar Sletta2014-01-221-0/+2
* Add support for a separate index bufferLaszlo Agocs2014-01-151-1/+7
* Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-301-4/+0
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-131-0/+6
* Fix boundingbox calculation of rotated items.Gunnar Sletta2013-11-121-8/+1
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-091-1/+12
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-011-0/+1
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* All matrices in a batch need to be 2D safe when merging.Gunnar Sletta2013-10-081-1/+1
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-121-1/+1
* Fix partial rebuilds and geometry changes.Gunnar Sletta2013-09-091-1/+2
* Fix rendering errors in Qt Quick Controls galleryGunnar Sletta2013-09-051-1/+1
* New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-021-0/+499