summaryrefslogtreecommitdiffstats
path: root/TextureLoader (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19Replaced Align with AlignUpassiduous2-2/+2
2021-03-18Fix misc. typosluz paz3-5/+5
2021-01-10GLTF loader: reworked initial texture data to be stored as user data in the t...assiduous4-20/+28
2021-01-01Updated copyright noticeassiduous15-15/+15
2020-11-29TextureLoader: using ComputeMipLevel functionassiduous2-90/+5
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-10-19Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous1-1/+1
2020-04-08Enabled tests on appveyorassiduous1-1/+1
2020-04-08Fixed Mac/Linux build issueassiduous2-4/+0
2020-04-08Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous10-487/+875
2020-02-02Enabled C API for texture loading functionsassiduous6-33/+91
2020-01-31Renamed .h -> .hpp where appropriateassiduous5-4/+4
2020-01-29Updates to comply with the new APIassiduous6-19/+19
2020-01-01Updated copyright noticeassiduous11-77/+121
2019-12-25Native app: added gloden image processingassiduous1-2/+6
2019-11-25clang-formatted TextureLoader projectEgor Yusov11-671/+679
2019-11-21Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLSEgor Yusov1-1/+1
2019-11-19Added install instructionsEgor Yusov1-1/+5
2019-11-11Moved Native App from master repositoryEgor Yusov1-1/+1
2019-09-23Updated Copyright noticeEgor Yusov1-1/+1
2019-09-17Updated copyright noticeEgor Yusov10-10/+10
2019-06-28Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov3-11/+68
2019-06-27Minor updates to image loading functionsEgor Yusov4-85/+84
2019-06-09Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov1-11/+11
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 Yusov2-25/+25
2019-05-03Update GLTF loader; fixed warning in KTX loaderEgor Yusov1-1/+1
2019-04-30Updated TextureLoadInfo ctorEgor Yusov1-9/+18
2019-04-28Implemented loading textures from KTXEgor Yusov8-250/+612
2019-04-20Using srgb conversions from graphics acessoriesEgor Yusov3-592/+578
2019-04-03Added options to capture RGB vs RGBA when encoding image as png plus some for...Egor Yusov3-65/+97
2019-04-02Implemented encoding image as jpegEgor Yusov2-3/+130
2019-04-01Added image encoding as pngEgor Yusov2-0/+95
2019-02-09Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2-4/+4
2019-01-02Updated copyright noticeEgor Yusov9-9/+9
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 Yusov4-17/+17
2018-04-01Some updates to texture loading routines.Egor Yusov5-47/+122
2018-03-27Minor updateEgor Yusov1-2/+4
2018-03-25Fixed relative paths in TextureLoader projectEgor Yusov3-10/+10
2018-03-25Fixed headers in TextureLoader projectEgor Yusov3-10/+10
2018-02-13Fixed formatting of cmake filesEgor Yusov1-22/+22
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