index
:
DiligentTools
gltf-c-api
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
AssetLoader
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
Give access to individual node transforms
gltf-c-api
s-ol
3
-15
/
+86
2021-03-31
implement loading GLTF files from memory
s-ol
3
-9
/
+119
2021-03-30
C API for GLTFLoader
s-ol
5
-133
/
+263
2021-03-27
GLTF Loader: fixed default alpha channel value of 3-component textures
assiduous
1
-1
/
+1
2021-03-18
Fix misc. typos
luz paz
2
-2
/
+2
2021-01-13
Fixed gcc/clang error
assiduous
1
-1
/
+1
2021-01-13
GLTF Loader: made Model::GPUDataInitialized atomic
assiduous
2
-4
/
+5
2021-01-13
GLTF Loader: moved AlphaMode parameter to Material::ShaderAttribs
assiduous
2
-15
/
+12
2021-01-13
GLTFLoder: added BaseColorAlphaFormat to ResourceCacheUseInfo; added Model::I...
assiduous
1
-4
/
+21
2021-01-11
Few minor updates to GLTF loader
assiduous
2
-38
/
+39
2021-01-11
GLTF loader: reworked loading of checker board stub texture
assiduous
1
-6
/
+13
2021-01-11
GLTF loader: reworked buffer initialization with user data
assiduous
2
-115
/
+100
2021-01-10
GLTF loader: reworked initial texture data to be stored as user data in the t...
assiduous
3
-67
/
+153
2021-01-08
Minor fix in GLTF resource manager
assiduous
1
-1
/
+1
2021-01-08
Fixed clang/gcc build error
assiduous
1
-14
/
+16
2021-01-08
GLTF Loader: added camera loading
assiduous
2
-11
/
+83
2021-01-01
Updated copyright notice
assiduous
6
-6
/
+6
2020-12-14
GLTFLoader: added convenience constructor for Model::CreateInfo
assiduous
1
-0
/
+15
2020-12-12
GLTF resource manager: fixed issue with allocation cache not being protected ...
assiduous
1
-2
/
+4
2020-12-11
GLTFLoader: added option to not load animation data and skin
assiduous
3
-47
/
+63
2020-12-10
GLTFLoader: updated node transforms handling
assiduous
2
-16
/
+12
2020-12-10
GLTF Loader: added
assiduous
2
-8
/
+26
2020-12-10
GLTFLoader: updated model initialization API; few minor improvements to loading
assiduous
2
-75
/
+70
2020-12-10
Fixed clang build errors
assiduous
1
-5
/
+7
2020-12-10
GLTFLoader: fixed variable type/name conflicts
assiduous
2
-35
/
+36
2020-12-10
GLTFLoader: made sure that texture files are not loaded when found in the cache
assiduous
2
-38
/
+79
2020-12-09
Reworked GLTF resource manager to use BufferSuballocator and DynamicTextureAtlas
assiduous
4
-570
/
+180
2020-12-05
GLTF Loader: enabled caching compressed textures
assiduous
2
-19
/
+51
2020-12-05
GLTF Resource manager: implemented texture array resizing
assiduous
4
-75
/
+244
2020-12-03
GLTF Loader: fixed names of Material::ALPHA_MODE enum members
assiduous
2
-6
/
+6
2020-12-03
GLTF loader: updated mesh BB handling
assiduous
2
-39
/
+35
2020-12-03
GLTF Loader: updated primitives handling
assiduous
2
-36
/
+33
2020-12-03
GLTF Loader: using dynamic array of joint transform matrices instead of the f...
assiduous
2
-12
/
+8
2020-12-03
GLTF Loader: switched to using texture arrays
assiduous
2
-11
/
+16
2020-12-02
GLTFLoader: reworked material to load material attribs in a shader-friendly f...
assiduous
2
-75
/
+89
2020-12-02
GLTF Loader: fixed few issues with texture cache
assiduous
2
-88
/
+91
2020-12-02
GLTFResourceManager: added texture allocation cache
assiduous
4
-125
/
+226
2020-12-02
Refcactored GLTFResourceManager: made allocations ref-counted objects
assiduous
4
-159
/
+279
2020-12-01
GLTF Loader: added GetFirstIndexLocation and GetBaseVertex methods
assiduous
4
-21
/
+46
2020-12-01
GLTF Loader: implemented buffer suballocation in cache
assiduous
3
-80
/
+170
2020-12-01
GLTF Loader: updated GPU resource initialization
assiduous
2
-94
/
+106
2020-12-01
GLTF Loader: refactored material textures loading
assiduous
2
-125
/
+103
2020-11-30
GLTF loader: initial implementation of GLTF resource cache
assiduous
5
-103
/
+579
2020-11-30
GLTF Loader: added texture coordinate scale and bias for use in texture atlas
assiduous
1
-0
/
+7
2020-11-25
GLTF loader: fixed crash when texture is missing
assiduous
1
-1
/
+20
2020-11-05
GLTFLoader: enabled creating the GLTF models without device context
assiduous
2
-8
/
+29
2020-11-05
GLTFLoader: made texture cache thread-safe
assiduous
2
-8
/
+21
2020-10-19
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
2
-5
/
+5
2020-10-02
GLTF loader: fixed issue with state transition for DDS/KTX textures
assiduous
1
-11
/
+19
2020-10-02
GLTF Loader: enabled loading of DDS/KTX textures
assiduous
1
-68
/
+104
[next]