summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/TextureLoader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-10GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous1-6/+8
2021-01-01Updated copyright noticeassiduous1-1/+1
2020-11-29TextureLoader: using ComputeMipLevel functionassiduous1-90/+4
2020-10-21Mipmap generation: few updates to fix floating point incosistencies that were...assiduous1-12/+17
2020-10-21Another minor fix to mipmap generationassiduous1-1/+1
2020-10-21ComputeCoarseMip: minor fix that was missedassiduous1-1/+1
2020-10-21Texture loader: fixed mipmap generation (closed https://github.com/DiligentGr...assiduous1-12/+42
2020-04-08Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous1-1/+61
2020-02-02Enabled C API for texture loading functionsassiduous1-0/+21
2020-01-29Updates to comply with the new APIassiduous1-1/+1
2020-01-01Updated copyright noticeassiduous1-7/+11
2019-11-25clang-formatted TextureLoader projectEgor Yusov1-105/+107
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-06-28Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov1-1/+1
2019-05-03Fixed default ctor of TextureLoadInfo structEgor Yusov1-10/+10
2019-04-28Implemented loading textures from KTXEgor Yusov1-179/+181
2019-04-20Using srgb conversions from graphics acessoriesEgor Yusov1-19/+1
2019-04-03Added options to capture RGB vs RGBA when encoding image as png plus some for...Egor Yusov1-7/+5
2019-02-09Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov1-1/+1
2019-01-02Updated copyright noticeEgor Yusov1-1/+1
2018-12-16Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov1-19/+25
2018-11-30Improved type safety of flag enumsEgor Yusov1-1/+1
2018-03-27Minor updateEgor Yusov1-2/+4
2018-01-04Updated copyright noticeEgor Yusov1-1/+1
2017-12-28Some fixes related to updated project dependenciesEgor Yusov1-1/+1
2017-11-17Fixed android buildEgor Yusov1-1/+2
2017-11-13Updated to version 2.1Egor Yusov1-10/+15
2017-05-20Merge from dev branchEgor Yusov1-1/+1
2017-05-20Merge from dev branchEgor Yusov1-1/+1
2017-04-06Updated copyright noticeEgor Yusov1-1/+1
2016-08-20Updated to Diligent Engine 2.0Egor Yusov1-3/+3