summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-165-4/+13
* Ensure offscreen surface used during cleanup is created on gui threadSean Harmer2016-12-148-8/+232
* Add a new job type entryPaul Lemire2016-12-141-1/+2
* Properly order texture jobsPaul Lemire2016-12-144-1/+24
* Textures: properly abandon and release texture dataPaul Lemire2016-12-148-13/+77
* Fix hover support in QObjectPickerMike Krus2016-12-141-29/+0
* 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-103-11/+25
* 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-071-2/+2
* Handle Android assetsBogDan Vatra2016-12-071-1/+5
* Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-0715-4/+294
* 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-073-2/+210
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2838-477/+2945
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-254-18/+1586
| |\
| | * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-242-17/+25
| | * QRenderAspect: remove misleading checkMarc Mutz2016-10-241-1/+1
| | * GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
| * | Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-245-6/+14
| |\ \
| | * | NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-141-1/+1
| | * | Give access to FrameGraphNode as a grouping nodeKevin Ottens2016-10-144-5/+13
| * | | 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-253-1/+86
* | | Technique: add a flag to check for compatibilityPaul Lemire2016-11-252-0/+19
* | | FrameGraphVisitor: use RenderViewBuilderPaul Lemire2016-11-251-285/+3
* | | Add RenderViewBuilderPaul Lemire2016-11-253-2/+647
* | | Uniform: allow to build UniformValue form QVariantListPaul Lemire2016-11-231-0/+71
* | | GraphicsContext: add an isInitialized() getterPaul Lemire2016-11-232-0/+6
* | | Renderer: add getter to get GraphicsContextPaul Lemire2016-11-232-0/+6
* | | Export GraphicsContext for unit testsPaul Lemire2016-11-231-1/+1
* | | Render::JobTypes: add new entry for technique filteringPaul Lemire2016-11-231-1/+2
* | | GeometryRendererFunctor: remove useless returnPaul Lemire2016-11-231-1/+1
* | | findTechniqueForEffect: replace unlikely if by an assertPaul Lemire2016-11-231-2/+2