summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition with dynamic texture updatesv5.8.0Sean Harmer2017-01-062-1/+10
* Don't abort when getting an unknown/undefined uniform valueSean Harmer2017-01-031-1/+1
* BufferManager: prevent race on buffersToRelease vectorPaul Lemire2017-01-033-4/+10
* Make sure destroyed OpenGL context is no longer usedv5.8.0-rc1Miikka Heikkinen2016-12-164-0/+25
* Only pass static metaobjects around and fix EntityLoaderPaul Lemire2016-12-1612-5/+427
* Add changes file for 5.8.0Antti Kokko2016-12-141-0/+51
* Ensure offscreen surface used during cleanup is created on gui threadSean Harmer2016-12-1410-8/+245
* Add a new job type entryPaul Lemire2016-12-141-1/+2
* Properly order texture jobsPaul Lemire2016-12-145-1/+25
* Textures: properly abandon and release texture dataPaul Lemire2016-12-148-13/+77
* Fix hover support in QObjectPickerMike Krus2016-12-142-29/+6
* Also fix other problems with the trianglevisitorAntti Määttä2016-12-101-11/+12
* Fix indices passed to TriangleVisitorAntti Määttä2016-12-101-17/+17
* Work around QML -> C++ float to int conversionSean Harmer2016-12-103-1/+13
* Fix texture data upload timingSean Harmer2016-12-104-11/+26
* Fix warnings about unregistered metatypesSean Harmer2016-12-082-0/+5
* Ensure GL resources are released at renderer shutdownSean Harmer2016-12-081-5/+26
* RenderCapture: register with version 2.1Paul Lemire2016-12-073-4/+4
* Handle Android assetsBogDan Vatra2016-12-071-1/+5
* Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-0720-5/+529
* Export AxisAccumulator to QMLSean Harmer2016-12-071-0/+2
* QAxisAccumulaor should be a componentSean Harmer2016-12-073-7/+7
* Add backend class for AxisAccumulator and testsSean Harmer2016-12-076-3/+424
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2866-1472/+3025
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-256-32/+1586
| |\
| | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-13/+0
| | * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-242-17/+25
| | * QRenderAspect: remove misleading checkMarc Mutz2016-10-241-1/+1
| | * Merge fix for tst_renderqueue::concurrentQueueAccess autotest to 5.6Milla Pohjanheimo2016-10-191-14/+7
| | * GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
| | * remove pointless load(qt_build_paths)Oswald Buddenhagen2016-10-041-1/+0
| * | Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-2411-43/+73
| |\ \
| | * | NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-147-38/+60
| | * | Give access to FrameGraphNode as a grouping nodeKevin Ottens2016-10-144-5/+13
| * | | Readd doc that was removed by e3c70ea206eaef9fe310ebc880070b173977530eAndy Shaw2016-11-181-0/+21
| * | | Remove old deferred-renderer-cppJoni Poikelin2016-11-1719-944/+0
| * | | Update docs for render states part 2Antti Määttä2016-11-1410-198/+559
| * | | Update docs for render statesAntti Määttä2016-11-1411-117/+436
| * | | Update QComputeCommand and QDispatchCompute docsAntti Määttä2016-11-142-29/+95
| * | | Update QFrustumCulling docsAntti Määttä2016-11-141-9/+24
| * | | Update docs for render targetsAntti Määttä2016-11-143-81/+215
| * | | Fix Clang warning about overwriting a vtableThiago Macieira2016-11-021-4/+4
| * | | Move struct Entry outside class ByteArraySplitterMika Salmela2016-11-011-7/+8
| * | | Fix NodeInstantiator::objectAdded docsDaniel Vrátil2016-11-011-2/+2
| * | | GraphicsContext: remove misleading check in specifyAttribute()Marc Mutz2016-10-241-1/+1
| * | | UpdateAxisActionJob: remove misleading redundant checkMarc Mutz2016-10-111-3/+2
| * | | Doc: Fix QT variable value for Qt Quick apps on front pageLeena Miettinen2016-10-111-1/+1
* | | | Fix GCC warning about assignment in an ifThiago Macieira2016-11-261-2/+4
* | | | Technique: add isCompatibleWithFilters functionPaul Lemire2016-11-254-1/+278
* | | | Technique: add a flag to check for compatibilityPaul Lemire2016-11-253-0/+40