summaryrefslogtreecommitdiffstats
path: root/AssetLoader (follow)
Commit message (Expand)AuthorAgeFilesLines
* GLTFLoader: updated node transforms handlingassiduous2020-12-102-16/+12
* GLTF Loader: addedassiduous2020-12-102-8/+26
* GLTFLoader: updated model initialization API; few minor improvements to loadingassiduous2020-12-102-75/+70
* Fixed clang build errorsassiduous2020-12-101-5/+7
* GLTFLoader: fixed variable type/name conflictsassiduous2020-12-102-35/+36
* GLTFLoader: made sure that texture files are not loaded when found in the cacheassiduous2020-12-102-38/+79
* Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlasassiduous2020-12-094-570/+180
* GLTF Loader: enabled caching compressed texturesassiduous2020-12-052-19/+51
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-054-75/+244
* GLTF Loader: fixed names of Material::ALPHA_MODE enum membersassiduous2020-12-032-6/+6
* GLTF loader: updated mesh BB handlingassiduous2020-12-032-39/+35
* GLTF Loader: updated primitives handlingassiduous2020-12-032-36/+33
* GLTF Loader: using dynamic array of joint transform matrices instead of the f...assiduous2020-12-032-12/+8
* GLTF Loader: switched to using texture arraysassiduous2020-12-032-11/+16
* GLTFLoader: reworked material to load material attribs in a shader-friendly f...assiduous2020-12-022-75/+89
* GLTF Loader: fixed few issues with texture cacheassiduous2020-12-022-88/+91
* GLTFResourceManager: added texture allocation cacheassiduous2020-12-024-125/+226
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-024-159/+279
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-014-21/+46
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-013-80/+170
* GLTF Loader: updated GPU resource initializationassiduous2020-12-012-94/+106
* GLTF Loader: refactored material textures loadingassiduous2020-12-012-125/+103
* GLTF loader: initial implementation of GLTF resource cacheassiduous2020-11-305-103/+579
* GLTF Loader: added texture coordinate scale and bias for use in texture atlasassiduous2020-11-301-0/+7
* GLTF loader: fixed crash when texture is missingassiduous2020-11-251-1/+20
* GLTFLoader: enabled creating the GLTF models without device contextassiduous2020-11-052-8/+29
* GLTFLoader: made texture cache thread-safeassiduous2020-11-052-8/+21
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-192-5/+5
* GLTF loader: fixed issue with state transition for DDS/KTX texturesassiduous2020-10-021-11/+19
* GLTF Loader: enabled loading of DDS/KTX texturesassiduous2020-10-021-68/+104
* Few more minor updates to GLTF loaderassiduous2020-09-241-27/+28
* GLTF loader: enabled 8-bit joint indices (fixed https://github.com/DiligentGr...assiduous2020-09-241-6/+22
* Updated GLTF loader to handle non-default stridesassiduous2020-09-241-10/+42
* GLTFLoader: updated bound box calculationsassiduous2020-06-282-46/+12
* GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...assiduous2020-05-172-41/+59
* Improved mipmap generation for alpha-cutoff materialsassiduous2020-05-161-8/+121
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous2020-04-081-2/+2
* GLTF Loader: enabled two-sided materialsassiduous2020-03-282-0/+10
* GLTF loader: fixed few issues with handling texture loading errorsassiduous2020-03-251-2/+23
* GLTF loader: using full texture path as key in texture cacheassiduous2020-03-232-4/+11
* GLTF Loader: added optional texture cacheassiduous2020-03-232-19/+107
* Minor update to CMake asset loaderassiduous2020-02-241-1/+1
* Asset loader: added option to enable draco using DRACO_PATHassiduous2020-02-241-0/+9
* Updated cmake file to enable draco compression in tiny gltfassiduous2020-02-241-0/+7
* DXSDKMeshLoader: added line strip topologyassiduous2020-02-051-1/+1
* Renamed .h -> .hpp where appropriateassiduous2020-01-315-6/+6
* Fixed a bunch of minor Linux/iOS/MacOS build issuesassiduous2020-01-292-0/+2
* Updates to comply with the new APIassiduous2020-01-294-13/+13
* Updated copyright noticeassiduous2020-01-014-28/+44
* Fixed c++17 build issueEgor Yusov2019-12-051-0/+2