summaryrefslogtreecommitdiffstats
path: root/src/core/resources
Commit message (Expand)AuthorAgeFilesLines
* Remove qmake build filesMike Krus2023-03-171-19/+0
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-4/+0
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-191-5/+3
* Use SPDX license identifiersLucie Gérard2022-06-224-152/+8
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-2/+3
* QResourceManager: use nullptr instead of 0;Paul Lemire2021-03-221-2/+2
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-2/+2
* Remove QFrameAllocator (again)Mike Krus2021-01-114-574/+0
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-0/+4
* Restore use of QVector in private APIMike Krus2021-01-051-2/+2
* Fix compilation with latest QMutexLocker changedPaul Lemire2020-10-261-1/+1
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-0/+13
* Fix vS2019 build issuesMike Krus2020-07-201-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-092-3/+2
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-3/+3
* Fix build for Qt6Mike Krus2020-05-065-0/+582
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-073-30/+83
|\
| * 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
* | Fix build and warningsMike Krus2020-01-286-2055/+1
* | Bump Qt version to Qt 6Alexandru Croitor2019-07-111-4/+4
|/
* 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