summaryrefslogtreecommitdiffstats
path: root/TextureLoader/interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GLTF loader: reworked initial texture data to be stored as user data in the ↵assiduous2021-01-101-6/+10
| | | | texture/allocation to make sure that GPU data is always initialized before the first use
* Updated copyright noticeassiduous2021-01-013-3/+3
|
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-1/+1
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-081-36/+42
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* Enabled C API for texture loading functionsassiduous2020-02-023-33/+46
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-312-1/+1
|
* Updates to comply with the new APIassiduous2020-01-291-2/+2
|
* Updated copyright noticeassiduous2020-01-013-21/+33
|
* clang-formatted TextureLoader projectEgor Yusov2019-11-253-114/+116
|
* Updated Copyright noticeEgor Yusov2019-09-231-1/+1
|
* Updated copyright noticeEgor Yusov2019-09-172-2/+2
|
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-281-2/+2
|
* Minor updates to image loading functionsEgor Yusov2019-06-272-15/+15
|
* Fixed default ctor of TextureLoadInfo structEgor Yusov2019-05-031-15/+15
|
* Updated TextureLoadInfo ctorEgor Yusov2019-04-301-9/+18
|
* Implemented loading textures from KTXEgor Yusov2019-04-283-32/+53
|
* Using srgb conversions from graphics acessoriesEgor Yusov2019-04-201-86/+88
|
* Added options to capture RGB vs RGBA when encoding image as png plus some ↵Egor Yusov2019-04-031-8/+22
| | | | format conversions
* Implemented encoding image as jpegEgor Yusov2019-04-021-1/+1
|
* Added image encoding as pngEgor Yusov2019-04-011-0/+10
|
* Updated copyright noticeEgor Yusov2019-01-022-2/+2
|
* Improved type safety of flag enumsEgor Yusov2018-11-301-3/+3
|
* Some updates to texture loading routines.Egor Yusov2018-04-013-39/+107
| | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3
* Fixed relative paths in TextureLoader projectEgor Yusov2018-03-253-10/+10
|
* Fixed headers in TextureLoader projectEgor Yusov2018-03-253-10/+10
|
* Updated copyright noticeEgor Yusov2018-01-042-2/+2
|
* Updated to version 2.1Egor Yusov2017-11-132-2/+9
|
* Merge from dev branchEgor Yusov2017-05-202-2/+2
|
* Merge from dev branchEgor Yusov2017-05-202-2/+2
|
* Updated copyright noticeEgor Yusov2017-04-062-2/+2
|
* Updated to Diligent Engine 2.0Egor Yusov2016-08-203-5/+5
|
* Release v1.0.0Egor Yusov2015-10-213-0/+189