aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
* Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-091-1/+4
* Fix disappearing nodes when adding in two levels of batch rootEskil Abrahamsen Blomfeldt2014-11-041-6/+12
* Fix build with QT_NO_DEBUG_OUTPUT definedSamuel Gaist2014-10-241-5/+13
* 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
* 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
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-15/+7
|\
| * Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-131-15/+6
* | Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-5/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-29/+38
|\|
| * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-061-29/+38
* | Support batching of rotated antialiased elements.Gunnar Sletta2014-02-041-6/+4
* | Visualization modes for rendering.Gunnar Sletta2014-01-291-5/+321
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-106/+91
|\|
| * Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-221-85/+55
| * Make it possible to render without a depth buffer.Gunnar Sletta2014-01-221-21/+36
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-4/+2
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-221-10/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-18/+67
|\|
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-161-5/+6
| |\
| | * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
| * | Add support for a separate index bufferLaszlo Agocs2014-01-151-13/+61
| |/
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-141-6/+5
|\|
| * Support batching of rotated antialiased elements.Gunnar Sletta2014-01-101-6/+5