summaryrefslogtreecommitdiffstats
path: root/src/render/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-096-0/+12
|\
| * Qt3DRender: includemocsMike Krus2022-07-156-0/+12
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2326-534/+534
|/
* Update commercial license headersTarja Sundqvist2021-02-0226-534/+534
* Handle invalid entity names in QSceneLoader::componentMichael Brasser2020-11-021-0/+2
* Make the OpenGL renderer a pluginPaul Lemire2020-02-052-2/+2
* Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* Fix missing status change in QSceneLoaderMike Krus2019-10-251-0/+3
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+7
* Clean up old property update codeMike Krus2019-10-202-2/+0
* Update LoadSceneJob to use direct syncPaul Lemire2019-10-075-60/+22
* Update QSceneLoader to use direct syncPaul Lemire2019-09-252-32/+14
* Switch export macros to standard formKai Koehne2019-04-0212-12/+12
* Load static plugins when QT_NO_LIBRARY is setAnton Kreuzkamp2019-02-221-7/+5
* Doc: Fix external link error for SceneLoaderMichael Brasser2019-01-291-1/+1
* Doc: Fix external link errorNico Vertriest2018-10-221-1/+1
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-2/+2
* Move Renderer specific classes into new folderPaul Lemire2018-03-193-281/+0
* Merge branch '5.10' into devSean Harmer2018-01-263-3/+12
|\
| * SceneLoader: fix broken scene tree unloadingPaul Lemire2018-01-232-1/+10
| * SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-232-2/+2
* | Merge branch '5.10' into devSean Harmer2018-01-173-6/+5
|\|
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-123-6/+5
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-2/+0
| | * Fix includes of Qt classesFriedemann Kleint2017-11-231-1/+1
* | | Improve plugin loading with -no-feature-libraryUlf Hermann2017-10-201-10/+12
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-7/+7
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-122-7/+4
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-112-2/+0
* | Add uniform buffer support for GLES 3.0+Laszlo Agocs2017-07-061-1/+1
* | Add support for remote content in SceneLoaderMike Krus2017-05-213-9/+95
* | Add support to load data from memory for scene loadersMike Krus2017-05-211-1/+2
|/
* Doc: corrected link error and completed parameter definitionsNico Vertriest2017-03-211-1/+1
* Fix container detachments when using range loopSergio Martins2017-02-241-2/+4
* Start using REVISION on our propertiesKevin Ottens2017-02-231-4/+4
* Merge branch '5.8' into 5.9Sean Harmer2017-02-102-7/+15
|\
| * Fix deprecation warningSean Harmer2017-02-082-7/+15
| * ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7
* | Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-3/+0
* | Add missing Q_INTERFACES(QFactoryInterface)Sean Harmer2017-02-061-0/+1
* | Transfers gpu buffer data to cpuJuan José Casafranca2017-01-312-0/+14
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-251-0/+3
* | Ported PLY and STL geometry loadersGuillermo A. Amaral2017-01-201-1/+1
* | QMesh geometry loading via plugin systemGuillermo A. Amaral2017-01-207-738/+226
* | GLBuffer: make the default buffer id be 0Paul Lemire2017-01-131-1/+1
* | GLBuffer: add enum value for DrawIndirectBufferPaul Lemire2017-01-132-2/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-123-9/+10
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-7/+8
| |\
| | * Move struct Entry outside class ByteArraySplitterMika Salmela2016-11-011-7/+8