aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add some timing breakdown to QSG_RENDERER_DEBUG=renderGunnar Sletta2015-04-281-1/+29
* | Restore depth buffer usage when last render node is removedMikko Harju2015-03-181-0/+3
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-031-2/+2
|\
| * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Remove unnecessary calls to initializeOpenGLFunctionsLaszlo Agocs2015-02-111-5/+2
* | Use correct QOpenGLFunctions objectBerthold Krevert2015-02-041-3/+15
* | Move VAO binding to Renderer::render()Berthold Krevert2015-02-041-11/+3
* | Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.Ulf Hermann2015-01-161-7/+28
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+4
|\|
| * Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-091-1/+4
* | Clean up renderer visualization a bit.Gunnar Sletta2015-01-121-17/+13
* | Fix the vertex ordering of merged triangle stripsJocelyn Turcotte2015-01-061-3/+14
* | Reuse the memory we use for vertex uploads.Gunnar Sletta2015-01-061-10/+58
* | Allow batching of GL_LINES and GL_POINTS geometryUlf Hermann2014-12-161-1/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-6/+12
|\|
| * Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* | Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-021-9/+11
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-5/+13
|\|
| * Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-38/+45
|\|
| * Don't do qgetenv on library loadThiago Macieira2014-09-221-35/+39
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-2/+2
| * Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6
* | Use QQuickProfiler's own timer to sample eventsUlf Hermann2014-09-121-6/+6
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-291-2/+131
* Leave the depth mask on after rendering.Gunnar Sletta2014-07-291-0/+1
* Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-041-0/+24
* Properly collect polish timings from all render loopsUlf Hermann2014-07-021-2/+2
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-011-18/+4
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-131-1/+3
|\
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-231-7/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-5/+12
|\|
| * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-251-1/+1
| * Don't crash when render node doesn't have a batchrootGunnar Sletta2014-03-311-1/+3
| * Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-191-3/+10
| * Dynamic GL in QuickLaszlo Agocs2014-03-181-1/+1
| * Use stable sort when cleaning batches.Michael Brasser2014-03-151-1/+1
* | Use correct matrix for render nodes.Gunnar Sletta2014-05-071-2/+7
* | Make sure we rebuild batches properly after a Blending material change.Gunnar Sletta2014-05-011-10/+7
* | Support shutting down the render thread without an OpenGL context.Gunnar Sletta2014-04-231-4/+6
* | Skip nodes with no vertices when preparing batches.Gunnar Sletta2014-03-271-2/+7
|/
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-131-5/+10
* QSGBatchRenderer: return when a shader is not returned by the managerAndrew Knight2014-03-061-0/+4
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-051-4/+4
* Don't sort batches when there are no changes.Gunnar Sletta2014-03-051-8/+11
* Fix some typosSergio Ahumada2014-03-031-1/+1