summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync.profile: Remove coretest module referencewip/qt6_snapshotPaul Lemire2020-06-221-1/+0
* Update dependencies on 'dev' in qt/qt3dQt Submodule Update Bot2020-06-151-1/+1
* Disconnect the context connection when the GLShader is deletedAndy Shaw2020-06-152-0/+7
* Update dependencies on 'dev' in qt/qt3dQt Submodule Update Bot2020-06-151-10/+5
* Change how resources are bundled for Scene3dMike Krus2020-06-132-2/+2
* Update dependenciesMike Krus2020-06-123-7/+9
* Update dependenciesPaul Lemire2020-06-1221-189/+90
* Update Scene2D example to use QtQuick.Controls 2Paul Lemire2020-06-113-29/+28
* Fix Scene3D to work with latest QtQuick SceneGraph RHI changesPaul Lemire2020-06-1112-102/+124
* Add more fixes for stand alone testsMike Krus2020-06-112-1/+4
* Disable assimp related targetsMike Krus2020-06-112-6/+6
* Disable gl renderer tests on stand alone testsMike Krus2020-06-111-18/+20
* Remove most examplesMike Krus2020-06-101-29/+29
* Qt6: Port Qt3D QStringRef to QStringViewKarsten Heimrich2020-06-102-23/+22
* Disable warnings-as-errors globallyMike Krus2020-06-102-2/+5
* Fix a broken merge resolutionGiuseppe D'Angelo2020-06-091-18/+16
* Disable warnings-as-errors on targets that use AssimpMike Krus2020-06-091-1/+3
* Disable RHI backend for nowMike Krus2020-06-091-3/+3
* Fix more namespace ambiguityMike Krus2020-06-091-2/+2
* Update dependenciesMike Krus2020-06-081-8/+8
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-085-14/+6
* Fix QBuffer documentationPaul Lemire2020-06-081-9/+1
* Fix QBuffer::updateData being called several times in a rowPaul Lemire2020-06-085-8/+104
* Fix a QString::arg() placeholderGiuseppe D'Angelo2020-06-081-1/+1
* Rework ShaderData/UniformBlockValueBuilder to minimize String lookupsPaul Lemire2020-06-088-205/+323
* rhi: fix swapchain resizing condition being incorrectJean-Michaël Celerier2020-06-081-1/+1
* Resolve ambiguous namespacesMike Krus2020-06-081-2/+2
* Handle RHI names changing to QByteArray which prevents using regexsJean-Michaël Celerier2020-06-071-2/+18
* cmake: disable examples on msvc until the big-resources issue is solvedJean-Michaël Celerier2020-06-071-0/+10
* rhi: fix matrix indexing for projection matricesJean-Michaël Celerier2020-06-051-1/+1
* Only build qgltf for host buildsMike Krus2020-06-052-1/+2
* Fix animation cmake projectsMike Krus2020-06-0519-27/+27
* Link pthreads for stringtointMike Krus2020-06-051-0/+8
* Update dependenciesMike Krus2020-06-053-8/+13
* SyncRenderViewPreCommandUpdate: fix a few odd casesPaul Lemire2020-06-041-10/+8
* Fix some more compile warningsPaul Lemire2020-06-048-11/+11
* Finish fixing QtQuick private-related build issuesJean-Michaël Celerier2020-06-042-1/+3
* rhi: add missing case for SRGB8_Alpha8 used in pbr-material exampleJean-Michaël Celerier2020-06-041-0/+1
* Remove references to removed TexturedMetalRoughMaterialJean-Michaël Celerier2020-06-042-23/+7
* Fix buildGiuseppe D'Angelo2020-06-031-1/+1
* rhi: Update with Qt6 API changes for resource managementJean-Michaël Celerier2020-06-034-13/+13
* Add missing QuickPrivate dependencyJean-Michaël Celerier2020-06-021-0/+1
* StringToInt: use std::shared_mutex instead of QReadWriteLockPaul Lemire2020-06-022-12/+12
* Update build of GL renderer pluginMike Krus2020-06-021-34/+76
* Update dependenciesMike Krus2020-06-015-35/+6
* Add API compatible with QMatrix4x4Mike Krus2020-06-013-5/+16
* Add Coin config fileMike Krus2020-05-292-1/+15
* Use surfaceSize as this will always be validAndy Shaw2020-05-291-1/+1
* ShaderParameterPack: use std::vectorPaul Lemire2020-05-265-45/+58
* Release rendertargets on destructionPaul Lemire2020-05-253-0/+10