summaryrefslogtreecommitdiffstats
path: root/src/render/io
Commit message (Expand)AuthorAgeFilesLines
* Convert containers to use std::vectorMike Krus2020-12-012-13/+12
* Handle invalid entity names in QSceneLoader::componentMichael Brasser2020-11-021-0/+2
* Use QList instead of QVector in renderJarek Kobus2020-07-092-8/+6
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-022-7/+7
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-4/+4
* Geometry refactoringMike Krus2020-02-274-144/+5
* Remove unused data structuresMike Krus2020-02-111-5/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-114-28/+3
* 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