summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/TextureLoader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous2021-01-101-6/+8
* Updated copyright noticeassiduous2021-01-011-1/+1
* TextureLoader: using ComputeMipLevel functionassiduous2020-11-291-90/+4
* Mipmap generation: few updates to fix floating point incosistencies that were...assiduous2020-10-211-12/+17
* Another minor fix to mipmap generationassiduous2020-10-211-1/+1
* ComputeCoarseMip: minor fix that was missedassiduous2020-10-211-1/+1
* Texture loader: fixed mipmap generation (closed https://github.com/DiligentGr...assiduous2020-10-211-12/+42
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous2020-04-081-1/+61
* Enabled C API for texture loading functionsassiduous2020-02-021-0/+21
* Updates to comply with the new APIassiduous2020-01-291-1/+1
* Updated copyright noticeassiduous2020-01-011-7/+11
* clang-formatted TextureLoader projectEgor Yusov2019-11-251-105/+107
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-281-1/+1
* Fixed default ctor of TextureLoadInfo structEgor Yusov2019-05-031-10/+10
* Implemented loading textures from KTXEgor Yusov2019-04-281-179/+181
* Using srgb conversions from graphics acessoriesEgor Yusov2019-04-201-19/+1
* Added options to capture RGB vs RGBA when encoding image as png plus some for...Egor Yusov2019-04-031-7/+5
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-091-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov2018-12-161-19/+25
* Improved type safety of flag enumsEgor Yusov2018-11-301-1/+1
* Minor updateEgor Yusov2018-03-271-2/+4
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Some fixes related to updated project dependenciesEgor Yusov2017-12-281-1/+1
* Fixed android buildEgor Yusov2017-11-171-1/+2
* Updated to version 2.1Egor Yusov2017-11-131-10/+15
* Merge from dev branchEgor Yusov2017-05-201-1/+1
* Merge from dev branchEgor Yusov2017-05-201-1/+1
* Updated copyright noticeEgor Yusov2017-04-061-1/+1
* Updated to Diligent Engine 2.0Egor Yusov2016-08-201-3/+3
* Release v1.0.0Egor Yusov2015-10-211-0/+248