index
:
DiligentTools
gltf-c-api
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
TextureLoader
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
Replaced Align with AlignUp
assiduous
2
-2
/
+2
2021-03-18
Fix misc. typos
luz paz
3
-5
/
+5
2021-01-10
GLTF loader: reworked initial texture data to be stored as user data in the t...
assiduous
4
-20
/
+28
2021-01-01
Updated copyright notice
assiduous
15
-15
/
+15
2020-11-29
TextureLoader: using ComputeMipLevel function
assiduous
2
-90
/
+5
2020-10-21
Mipmap generation: few updates to fix floating point incosistencies that were...
assiduous
1
-12
/
+17
2020-10-21
Another minor fix to mipmap generation
assiduous
1
-1
/
+1
2020-10-21
ComputeCoarseMip: minor fix that was missed
assiduous
1
-1
/
+1
2020-10-21
Texture loader: fixed mipmap generation (closed https://github.com/DiligentGr...
assiduous
1
-12
/
+42
2020-10-19
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
1
-1
/
+1
2020-04-08
Enabled tests on appveyor
assiduous
1
-1
/
+1
2020-04-08
Fixed Mac/Linux build issue
assiduous
2
-4
/
+0
2020-04-08
Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...
assiduous
10
-487
/
+875
2020-02-02
Enabled C API for texture loading functions
assiduous
6
-33
/
+91
2020-01-31
Renamed .h -> .hpp where appropriate
assiduous
5
-4
/
+4
2020-01-29
Updates to comply with the new API
assiduous
6
-19
/
+19
2020-01-01
Updated copyright notice
assiduous
11
-77
/
+121
2019-12-25
Native app: added gloden image processing
assiduous
1
-2
/
+6
2019-11-25
clang-formatted TextureLoader project
Egor Yusov
11
-671
/
+679
2019-11-21
Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS
Egor Yusov
1
-1
/
+1
2019-11-19
Added install instructions
Egor Yusov
1
-1
/
+5
2019-11-11
Moved Native App from master repository
Egor Yusov
1
-1
/
+1
2019-09-23
Updated Copyright notice
Egor Yusov
1
-1
/
+1
2019-09-17
Updated copyright notice
Egor Yusov
10
-10
/
+10
2019-06-28
Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixel
Egor Yusov
3
-11
/
+68
2019-06-27
Minor updates to image loading functions
Egor Yusov
4
-85
/
+84
2019-06-09
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
1
-11
/
+11
2019-05-04
Fixed a couple of Mac build problems
Egor Yusov
1
-4
/
+4
2019-05-04
Image loader: fixed loading paletted png images
Egor Yusov
1
-15
/
+20
2019-05-03
Fixed default ctor of TextureLoadInfo struct
Egor Yusov
2
-25
/
+25
2019-05-03
Update GLTF loader; fixed warning in KTX loader
Egor Yusov
1
-1
/
+1
2019-04-30
Updated TextureLoadInfo ctor
Egor Yusov
1
-9
/
+18
2019-04-28
Implemented loading textures from KTX
Egor Yusov
8
-250
/
+612
2019-04-20
Using srgb conversions from graphics acessories
Egor Yusov
3
-592
/
+578
2019-04-03
Added options to capture RGB vs RGBA when encoding image as png plus some for...
Egor Yusov
3
-65
/
+97
2019-04-02
Implemented encoding image as jpeg
Egor Yusov
2
-3
/
+130
2019-04-01
Added image encoding as png
Egor Yusov
2
-0
/
+95
2019-02-09
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2
-4
/
+4
2019-01-02
Updated copyright notice
Egor Yusov
9
-9
/
+9
2018-12-24
Removed local redefinition of Align()
Egor Yusov
1
-11
/
+1
2018-12-16
Fixed msvc warning plus few minor issues revealed by code analysis
Egor Yusov
2
-23
/
+30
2018-11-30
Improved type safety of flag enums
Egor Yusov
4
-17
/
+17
2018-04-01
Some updates to texture loading routines.
Egor Yusov
5
-47
/
+122
2018-03-27
Minor update
Egor Yusov
1
-2
/
+4
2018-03-25
Fixed relative paths in TextureLoader project
Egor Yusov
3
-10
/
+10
2018-03-25
Fixed headers in TextureLoader project
Egor Yusov
3
-10
/
+10
2018-02-13
Fixed formatting of cmake files
Egor Yusov
1
-22
/
+22
2018-01-21
Fixed MacOS build warnings
Egor Yusov
1
-1
/
+1
2018-01-19
Enabled MacOS build
Egor Yusov
1
-2
/
+2
2018-01-12
Fixed image stride alginement issues (opengl requires alignment to be at leas...
Egor Yusov
1
-6
/
+14
[next]