summaryrefslogtreecommitdiffstats
path: root/src/core/resources
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-239-178/+178
* Update commercial license headersTarja Sundqvist2021-02-029-178/+178
* QResourcesManager: switch to std::vectorPaul Lemire2020-06-041-3/+3
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-30/+9
* Fix usages of text stream operatorsAlexandru Croitor2019-12-061-4/+4
* Don't try to load binary json GLTF data if !QT_CONFIG(binaryjson)Ulf Hermann2019-11-071-0/+2
* Accept CBOR as optional format in gltf dataUlf Hermann2019-10-292-0/+79
* Fix Coverity warningsMike Krus2019-10-211-0/+2
* Switch export macros to standard formKai Koehne2019-04-022-2/+2
* QResourcesManager: remove simd code from headerPaul Lemire2018-02-283-18/+57
* Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-2/+23
* QResourceManager: fix coding stylePaul Lemire2018-01-191-6/+11
* Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-35/+31
* Rework resource handlingLars Knoll2017-11-072-143/+123
* Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+6
* Get rid of the HandleManager classLars Knoll2017-09-114-351/+84
* Remove ArrayPreallocationPolicyLars Knoll2017-09-111-54/+1
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-315-23/+27
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-17/+25
|\
| * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-242-17/+25
* | HandleManager: do not allow counter to overflowPaul Lemire2016-08-111-0/+3
* | Silence warning C4189 with MSVCSean Harmer2016-08-081-0/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+3
|\|
| * Replace “#define private public” with a proper friend class declarationDmitry Shachnev2016-06-201-0/+3
| * Insert a void cast to silence Clang -Wdynamic-class-memaccess warningThiago Macieira2016-05-081-1/+1
* | QResourcesManager: allow to retrieve all active handlesPaul Lemire2016-06-301-1/+9
* | Fix memory leaks in render node managersAntti Määttä2016-05-261-0/+10
* | Mark more types movable/primitive/sharedMarc Mutz2016-05-071-1/+5
* | Q_NULLPTR -> nullptrSean Harmer2016-05-014-24/+24
* | Add debug operator for QResourceManagerSean Harmer2016-04-171-0/+37
* | Add debug operator for QHandleManagerSean Harmer2016-04-171-0/+32
* | Improve function name in QResourceManagerSean Harmer2016-04-151-3/+3
* | Rename hash within QResourceManager to better describe its purposeSean Harmer2016-04-151-7/+7
* | Rename template parametersSean Harmer2016-04-151-28/+28
* | core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+3
* | Use integer comparisons when filtering entities by layerSean Harmer2016-02-221-0/+2
* | QResourceManager: use QReadWriteLock instead of QMutex when possiblePaul Lemire2016-02-201-17/+83
* | Fix copy and paste error in allocatorSean Harmer2016-02-191-1/+1
* | Fix iOS context initializationMike Krus2016-02-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-263-26/+47
|\|
| * Doc: Mark the rest of the private classes \internalTopi Reinio2016-01-262-4/+4
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
| * Fix resource leaks in ArrayAllocatingPolicy.Volker Krause2016-01-191-18/+43
* | Unify license header usageAntti Kokko2016-01-269-99/+126
|/
* Remove unused ListAllocationPolicy.Volker Krause2016-01-122-74/+0
* Make QFrameAllocator privateKevin Ottens2015-12-085-160/+170
* QResourcesManager: use const in NonLocking LockerPaul Lemire2015-11-161-1/+1
* d-pointer classes, private/public changesTomi Korpipää2015-10-304-10/+32
* Doc: Move the doc artifacts outside of the submodule directoryVenugopal Shivashankar2015-10-281-1588/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-139-36/+36