aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
* 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-112-4/+6
* Fix debug output from renderer.Gunnar Sletta2014-09-111-3/+6
* Update license headers and add new licensesJani Heikkinen2014-08-2521-394/+226
* Avoid qmake warnings about wrong includesLaszlo Agocs2014-08-131-1/+1
* Improve support for node iteration in the internal APISimon Hausmann2014-08-082-1/+7
* Cleanup: Remove remainders of dirty state usageSimon Hausmann2014-08-084-32/+6
* Allow re-implementing renderSceneSimon Hausmann2014-08-081-1/+1
* Expose the scene graph publically through a QSGEngine classJocelyn Turcotte2014-08-016-130/+534
* Move QSGRenderer::updateStencilClip down to QSGBatchRendererJocelyn Turcotte2014-07-294-154/+150
* Remove dead code in QSGRendererJocelyn Turcotte2014-07-292-237/+0
* 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-044-0/+47
* Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-032-5/+8
* Properly collect polish timings from all render loopsUlf Hermann2014-07-022-3/+3
* Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-012-44/+13
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-132-4/+4
|\
| * Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-051-1/+3
| * Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-233-10/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-106-11/+43
|\|
| * 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
| * Let render loop be more tolerant wrt when markDirty is called.Gunnar Sletta2014-03-271-0/+2
| * Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-203-6/+27
| * Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-192-3/+12
| * 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-012-11/+15
* | 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-132-6/+18
* Remove several uses of module includesAndrew Knight2014-03-101-1/+1
* 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-186-26/+12
|\
| * Ensure m_opacityChange is cleared at the beginning of each frame.Michael Brasser2014-02-151-0/+1
| * Update scenegraph docs to be in line with Qt 5.2 behavior changes.Michael Brasser2014-02-152-10/+1
| * Provide scenegraph backend API for marking scenegraph nodes dirty.Michael Brasser2014-02-152-0/+2
| * Enable program binary support through QSGRenderContext API.Gunnar Sletta2014-02-132-16/+8
* | Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-152-9/+10