aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Regenerate mipmaps after changing the imagedata of a texture.Gunnar Sletta2014-04-151-0/+1
* Disable mipmap filtering by default in texture materials.Gunnar Sletta2014-04-151-1/+1
* Don't mipmap by default in QSGSimpleTextureNodeGunnar Sletta2014-04-071-0/+2
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-045-27/+6
* Don't crash when render node doesn't have a batchrootGunnar Sletta2014-03-311-1/+3
* Destroy render loop when QCoreApplication is cleaned up.Gunnar Sletta2014-03-292-8/+9
* Let render loop be more tolerant wrt when markDirty is called.Gunnar Sletta2014-03-272-0/+6
* Pass the actual window format to the offscreen surface during cleanupLaszlo Agocs2014-03-272-1/+3
* Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-203-3/+3
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-205-6/+39
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-192-3/+12
* Dynamic GL in QuickLaszlo Agocs2014-03-188-54/+68
* Register animation profiler callback also from render threadUlf Hermann2014-03-181-0/+3
* Fix potential crash during shutdown for QQuickWindowsGunnar Sletta2014-03-176-24/+6
* Unset the current gl window when deletedGiulio Camuffo2014-03-171-0/+2
* Use stable sort when cleaning batches.Michael Brasser2014-03-151-1/+1
* Make sure QSGRenderLoop is cleaned up cleanly.Gunnar Sletta2014-03-146-11/+56
* Fix rendering issue with material changes from opaque <-> alphaGunnar Sletta2014-03-132-6/+18
* Consolidate context creation failure handling in Quick.Friedemann Kleint2014-03-134-48/+40
* Stack size increase for x86 QNX systemsJames McDonnell2014-03-101-0/+4
* 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
* Reset the expose cycle when polishAndSync aborts.Gunnar Sletta2014-03-052-16/+27
* 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
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-043-3/+3
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* Glyph node: Those null coords are useful after allGabriel de Dietrich2014-02-281-2/+0
* Fixed regression from fd5c629f4336b1f79Björn Breitmeyer2014-02-282-8/+19
* Threaded render loop should block until the frame is swapped.Gunnar Sletta2014-02-281-1/+36
* Fix renderType: Text.NativeRendering on retina screensTor Arne Vestbø2014-02-281-12/+39
* Fix crashes and incorrect extension queries on GL3+Laszlo Agocs2014-02-252-4/+4
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-253-3/+12
* Fix wrong assert in QSGRenderLoop::setInstanceMarco Bubke2014-02-251-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-242-17/+0
|\
| * Revert "Fix scenegraph backend API for material shaders."old/5.2Michael Brasser2014-02-192-17/+0
* | Add an error signal to QQuickWindowLaszlo Agocs2014-02-213-3/+49
* | Don't use VertexarraysBjörn Breitmeyer2014-02-212-21/+13
* | Make sure we update filtering options on atlas textures.Gunnar Sletta2014-02-212-16/+6
* | Add a signal for syncing external animation systemsLaszlo Agocs2014-02-203-0/+6
* | Update glyph cache type/format logic to match qtbase changesTor Arne Vestbø2014-02-202-37/+34
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-188-26/+49
|\|
| * 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-134-16/+45
* | Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-158-33/+34
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-129-47/+80
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-119-47/+80
| |\|