summaryrefslogtreecommitdiffstats
path: root/AssetLoader/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give access to individual node transformsgltf-c-apis-ol2021-04-121-11/+11
* implement loading GLTF files from memorys-ol2021-03-311-9/+81
* C API for GLTFLoaders-ol2021-03-301-24/+51
* GLTF Loader: fixed default alpha channel value of 3-component texturesassiduous2021-03-271-1/+1
* Fix misc. typosluz paz2021-03-181-1/+1
* GLTF Loader: made Model::GPUDataInitialized atomicassiduous2021-01-131-2/+2
* GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribsassiduous2021-01-131-5/+3
* Few minor updates to GLTF loaderassiduous2021-01-111-35/+37
* GLTF loader: reworked loading of checker board stub textureassiduous2021-01-111-6/+13
* GLTF loader: reworked buffer initialization with user dataassiduous2021-01-111-107/+91
* GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous2021-01-102-66/+134
* Minor fix in GLTF resource managerassiduous2021-01-081-1/+1
* GLTF Loader: added camera loadingassiduous2021-01-081-2/+42
* Updated copyright noticeassiduous2021-01-013-3/+3
* GLTF resource manager: fixed issue with allocation cache not being protected ...assiduous2020-12-121-2/+4
* GLTFLoader: added option to not load animation data and skinassiduous2020-12-111-36/+44
* GLTFLoader: updated node transforms handlingassiduous2020-12-101-15/+11
* GLTF Loader: addedassiduous2020-12-101-4/+23
* GLTFLoader: updated model initialization API; few minor improvements to loadingassiduous2020-12-101-61/+44
* GLTFLoader: fixed variable type/name conflictsassiduous2020-12-101-31/+31
* 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-092-279/+110
* GLTF Loader: enabled caching compressed texturesassiduous2020-12-052-19/+51
* GLTF Resource manager: implemented texture array resizingassiduous2020-12-052-58/+153
* GLTF Loader: fixed names of Material::ALPHA_MODE enum membersassiduous2020-12-031-2/+2
* GLTF loader: updated mesh BB handlingassiduous2020-12-031-34/+25
* GLTF Loader: updated primitives handlingassiduous2020-12-031-15/+12
* GLTF Loader: using dynamic array of joint transform matrices instead of the f...assiduous2020-12-031-7/+6
* GLTF Loader: switched to using texture arraysassiduous2020-12-031-2/+2
* GLTFLoader: reworked material to load material attribs in a shader-friendly f...assiduous2020-12-021-26/+38
* GLTF Loader: fixed few issues with texture cacheassiduous2020-12-021-88/+86
* GLTFResourceManager: added texture allocation cacheassiduous2020-12-022-109/+209
* Refcactored GLTFResourceManager: made allocations ref-counted objectsassiduous2020-12-022-96/+125
* GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methodsassiduous2020-12-012-7/+14
* GLTF Loader: implemented buffer suballocation in cacheassiduous2020-12-011-53/+101
* GLTF Loader: updated GPU resource initializationassiduous2020-12-011-80/+98
* GLTF Loader: refactored material textures loadingassiduous2020-12-011-92/+54
* GLTF loader: initial implementation of GLTF resource cacheassiduous2020-11-302-92/+363
* GLTF loader: fixed crash when texture is missingassiduous2020-11-251-1/+20
* GLTFLoader: enabled creating the GLTF models without device contextassiduous2020-11-051-8/+25
* GLTFLoader: made texture cache thread-safeassiduous2020-11-051-7/+14
* 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-281-43/+7
* GLTF Loader: split GLTF vertex data into two streams: pos, normal, uv0, uv1, ...assiduous2020-05-171-32/+45
* Improved mipmap generation for alpha-cutoff materialsassiduous2020-05-161-8/+121