summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19Replaced Align with AlignUpassiduous2-2/+2
2021-03-18Fix misc. typosluz paz2-4/+4
2021-01-10GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous3-14/+18
2021-01-01Updated copyright noticeassiduous7-7/+7
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-08Enabled tests on appveyorassiduous1-1/+1
2020-04-08Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous6-450/+629
2020-02-02Enabled C API for texture loading functionsassiduous3-0/+45
2020-01-31Renamed .h -> .hpp where appropriateassiduous2-2/+2
2020-01-29Updates to comply with the new APIassiduous4-15/+15
2020-01-01Updated copyright noticeassiduous5-35/+55
2019-12-25Native app: added gloden image processingassiduous1-2/+6
2019-11-25clang-formatted TextureLoader projectEgor Yusov6-423/+430
2019-09-17Updated copyright noticeEgor Yusov5-5/+5
2019-06-28Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2-9/+66
2019-06-27Minor updates to image loading functionsEgor Yusov2-70/+69
2019-05-04Fixed a couple of Mac build problemsEgor Yusov1-4/+4
2019-05-04Image loader: fixed loading paletted png imagesEgor Yusov1-15/+20
2019-05-03Fixed default ctor of TextureLoadInfo structEgor Yusov1-10/+10
2019-05-03Update GLTF loader; fixed warning in KTX loaderEgor Yusov1-1/+1
2019-04-28Implemented loading textures from KTXEgor Yusov4-218/+558
2019-04-20Using srgb conversions from graphics acessoriesEgor Yusov2-506/+490
2019-04-03Added options to capture RGB vs RGBA when encoding image as png plus some for...Egor Yusov2-57/+75
2019-04-02Implemented encoding image as jpegEgor Yusov1-2/+129
2019-04-01Added image encoding as pngEgor Yusov1-0/+85
2019-02-09Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2-4/+4
2019-01-02Updated copyright noticeEgor Yusov4-4/+4
2018-12-24Removed local redefinition of Align()Egor Yusov1-11/+1
2018-12-16Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov2-23/+30
2018-11-30Improved type safety of flag enumsEgor Yusov2-11/+11
2018-04-01Some updates to texture loading routines.Egor Yusov2-8/+15
2018-03-27Minor updateEgor Yusov1-2/+4
2018-01-21Fixed MacOS build warningsEgor Yusov1-1/+1
2018-01-19Enabled MacOS buildEgor Yusov1-2/+2
2018-01-12Fixed image stride alginement issues (opengl requires alignment to be at leas...Egor Yusov1-6/+14
2018-01-04Updated copyright noticeEgor Yusov5-5/+5
2017-12-28Some fixes related to updated project dependenciesEgor Yusov1-1/+1
2017-12-28Updated debug and error macrosEgor Yusov3-9/+9
2017-12-06Updated cmake files; fixed build warningsEgor Yusov2-6/+4
2017-11-17Fixed android buildEgor Yusov1-1/+2
2017-11-13Updated to version 2.1Egor Yusov4-47/+68
2017-05-20Merge from dev branchEgor Yusov5-5/+5
2017-05-20Merge from dev branchEgor Yusov5-5/+5
2017-04-06Updated copyright noticeEgor Yusov5-5/+5
2016-08-20Updated to Diligent Engine 2.0Egor Yusov5-16/+16