summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update docs for QGeometry and QGeometryRendererAntti Määttä2017-01-102-118/+154
* Add unit tests for trianglevisitorAntti Määttä2017-01-103-1/+1098
* Update EntityLoader docsAntti Määttä2017-01-101-1/+10
* Update QTransform docsAntti Määttä2017-01-101-107/+128
* Update QTechniqueFilter docsAntti Määttä2017-01-101-8/+43
* QRendererSettings::setActiveFrameGraph(): Set surface for new graphWieland Hagen2017-01-092-8/+22
* Ignore RenderCommand for current frame, if shader not loaded yetWieland Hagen2017-01-093-5/+11
* Merge "Merge branch '5.8.0' into 5.8" into refs/staging/5.8Sean Harmer2017-01-092-1/+10
|\
| * Merge branch '5.8.0' into 5.8Sean Harmer2017-01-062-1/+10
| |\
| | * Fix race condition with dynamic texture updatesv5.8.0Sean Harmer2017-01-062-1/+10
* | | Reinstate back face pickingMike Krus2017-01-095-17/+63
* | | Don’t perform picking if QObjectPicker is disabledMike Krus2017-01-096-5/+202
* | | OpenGLVertexArrayObject: add a destroy methodPaul Lemire2017-01-092-0/+13
* | | Clicked event only generated if pickers matchMike Krus2017-01-091-1/+2
* | | Unit tests for render capture backend nodeAntti Määttä2017-01-097-3/+147
* | | Allow Qt3DWindow::setRootEntity() after window has been shownWieland Hagen2017-01-071-5/+7
* | | Fix build with ICC during -Werror: unused local variableThiago Macieira2017-01-071-1/+2
|/ /
* | Initialize QRenderAspectPrivate's m_offscreenHelper member variableGuillermo A. Amaral2017-01-061-0/+1
* | Merge branch '5.8.0' into 5.8Sean Harmer2017-01-054-5/+11
|\|
| * 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
* | Re-run VAO initialization next frame, if something goes wrongWieland Hagen2017-01-052-6/+17
* | CalculateBoundingVolumeJob: Ignore disabled entitiesWieland Hagen2017-01-052-0/+4
* | Correct filtering of disabled entitiesWieland Hagen2017-01-0512-6/+203
* | QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-054-8/+138
* | Make sure QPickTriangleEvent gets generatedMike Krus2017-01-043-5/+22
* | Bump versionOswald Buddenhagen2017-01-031-1/+1
* | BugFix - Added warning when upVector is null or (anti-)collinearRobert Brock2017-01-021-0/+2
* | Properly update texture data generator from frontendWieland Hagen2016-12-211-2/+3
* | Add RGB8_UNorm to render capture formatsAntti Määttä2016-12-201-0/+1
* | Merge "Merge branch '5.8.0' into 5.8" into refs/staging/5.8Sean Harmer2016-12-1665-109/+1915
|\ \
| * | Merge branch '5.8.0' into 5.8Sean Harmer2016-12-1665-109/+1915
| |\|
| | * 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