summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix plugin names for 3DInputMike Krus2020-12-151-1/+1
* CMake: Fix .prl file generationJoerg Bornemann2020-12-151-6/+6
* Update dependencies on 'dev' in qt/qt3dJani Heikkinen2020-12-151-3/+3
* Fix feature names in cmakeMike Krus2020-12-111-14/+14
* Fix binding of CubeMapArray texturesJim Albamont2020-12-114-6/+113
* Add missing sampler types and sizes to gl4 helpersJim Albamont2020-12-111-0/+11
* Fix sampler2DArrayShadow uniform in QShaderGeneratorJim Albamont2020-12-111-1/+1
* Fix disabling shader cache via environment variableJim Albamont2020-12-102-1/+3
* QShaderProgram: fix documentationPaul Lemire2020-12-101-2/+2
* Don't include the world for testsMike Krus2020-12-0932-32/+37
* Add documentation for RHI portingPaul Lemire2020-12-073-0/+408
* QShaderProgramBuilder: add documentation related to cachingPaul Lemire2020-12-071-0/+32
* Conan: Fix iOS buildsIikka Eklund2020-12-021-0/+13
* Force command filtering based on frustum culling resultPaul Lemire2020-12-011-2/+5
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-0113-70/+34
* OpenGL renderer: fix use of outdated VAO when shader is reloadedPaul Lemire2020-12-013-7/+27
* RHI: restore QBufferCapture featurePaul Lemire2020-12-018-18/+109
* Convert containers to use std::vectorMike Krus2020-12-017-73/+72
* Handle API changes for event handlingMike Krus2020-12-015-6/+35
* Add RHI technique for distance field rendererMike Krus2020-11-302-0/+21
* RHI: handle uniforms of type arrays properlyPaul Lemire2020-11-283-1/+37
* Handle changes in OpenGL classesMike Krus2020-11-277-2/+56
* Allow assimp to compile on non-gcc compilersJoni Poikelin2020-11-271-1/+1
* Only set the state flag after having merged with the other statesPaul Lemire2020-11-261-1/+1
* QtQuick based examples: let QtQuick/Qt3D decide on backendPaul Lemire2020-11-264-4/+0
* planet-qml example: port to RHIPaul Lemire2020-11-2620-6/+1385
* Use RHI's clipSpaceCorrMatrix for backend where Y is not upPaul Lemire2020-11-2613-13/+37
* QShaderProgram: handle binding = auto replacement for raw shader codePaul Lemire2020-11-264-48/+80
* Fix Qt 5.15 usageMike Krus2020-11-262-2/+6
* Clean up qml type handlingMike Krus2020-11-264-1251/+498
* Scene3D: handle flipping based on the RHI backend in usePaul Lemire2020-11-265-3/+28
* control examples: fix asset path to also work on Qt6Paul Lemire2020-11-261-1/+1
* advancedcustommaterial example: add RHI supportPaul Lemire2020-11-265-0/+185
* simplecustommaterial example: add RHI supportPaul Lemire2020-11-265-0/+61
* CMake: Build docs for Qt 3DTopi Reinio2020-11-2644-102/+82
* Doc: Fix documentation warningsTopi Reinio2020-11-2520-191/+82
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-245-1/+78
* RHI: handle compute commandsPaul Lemire2020-11-243-153/+61
* compute-particles examples: add RHI techniques and shadersPaul Lemire2020-11-249-19/+171
* Rename more test targets conflicting with qtbase onesKai Koehne2020-11-2420-18/+201
* Add Qt 6.0.0 changes fileJani Heikkinen2020-11-241-0/+17
* RHI: add attr name/type when issuing warning about unsupported typePaul Lemire2020-11-231-1/+1
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-2314-656/+714
* Update qmake to match configuration flag changesMike Krus2020-11-213-9/+9
* Update documentationMike Krus2020-11-202-8/+54
* Update attributionsMike Krus2020-11-201-1/+1
* Introduce QGeometryRenderer::sortIndexMike Krus2020-11-209-0/+110
* Fix deprecated API usage and compile warningsMike Krus2020-11-2053-307/+286
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2067-178/+184
* Add conanfile.py to support building with ConanIikka Eklund2020-11-101-0/+122