aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-113-31/+43
|\|
| * Fix scenegraph backend API for material shaders.Michael Brasser2014-02-061-1/+1
| * Avoid renderlist rebuilds in the scene graph renderer.Gunnar Sletta2014-02-062-30/+42
* | Support batching of rotated antialiased elements.Gunnar Sletta2014-02-041-6/+4
* | Visualization modes for rendering.Gunnar Sletta2014-01-293-6/+346
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-242-111/+94
|\|
| * Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-222-90/+56
| * Make it possible to render without a depth buffer.Gunnar Sletta2014-01-222-21/+38
* | Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-222-6/+3
* | Unify calls to profiler service event methods.Ulf Hermann2014-01-222-18/+12
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-172-19/+74
|\|
| * 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-152-14/+68
| |/
* | 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
* | Use QSGGeometry::lineWidth() when drawing GL_POINTSAlex Montgomery2014-01-132-4/+10
|/
* Use qDebug for all debug under src/quick/scenegraph.Gunnar Sletta2014-01-072-4/+4
* QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* Fix: QSGGeometry lineWidth in qsgbatchrendererTorgeir Lilleskog2013-12-061-0/+3
* Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
* Fix rendering of Flipable content.Gunnar Sletta2013-11-251-1/+1
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-181-1/+1
* Fix stacking order bug in the rendererGunnar Sletta2013-11-151-0/+7
* Adapt Qt Quick 2 renderer to work with OpenGL Core ProfileSean Harmer2013-11-133-9/+55
* Fix boundingbox calculation of rotated items.Gunnar Sletta2013-11-122-8/+34
* Fix assert with native text rendering.Gunnar Sletta2013-11-091-1/+3
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-092-5/+32
* Tolerate NaN in the geometry without assertingGunnar Sletta2013-11-041-0/+9
* Fix rendering bug with batched translucent elements.Gunnar Sletta2013-11-012-0/+13
* Be consistent when checking for blocked subtrees.Gunnar Sletta2013-10-311-7/+2
* Refactor shaders into seprate GLSL source filesSean Harmer2013-10-315-33/+142
* Work around Nouveau driver bugsGunnar Sletta2013-10-301-6/+20
* Use one render loop per QQuickWindowGunnar Sletta2013-10-306-30/+7