summaryrefslogtreecommitdiffstats
path: root/TextureLoader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Align with AlignUpassiduous2021-03-192-2/+2
|
* Fix misc. typosluz paz2021-03-183-5/+5
| | | Found via `codespell`
* GLTF loader: reworked initial texture data to be stored as user data in the ↵assiduous2021-01-104-20/+28
| | | | texture/allocation to make sure that GPU data is always initialized before the first use
* Updated copyright noticeassiduous2021-01-0115-15/+15
|
* TextureLoader: using ComputeMipLevel functionassiduous2020-11-292-90/+5
|
* Mipmap generation: few updates to fix floating point incosistencies that ↵assiduous2020-10-211-12/+17
| | | | were causing tests to fail
* 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 ↵assiduous2020-10-211-12/+42
| | | | https://github.com/DiligentGraphics/DiligentEngine/issues/104)
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-1/+1
|
* Enabled tests on appveyorassiduous2020-04-081-1/+1
|
* Fixed Mac/Linux build issueassiduous2020-04-082-4/+0
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-0810-487/+875
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* Enabled C API for texture loading functionsassiduous2020-02-026-33/+91
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-315-4/+4
|
* Updates to comply with the new APIassiduous2020-01-296-19/+19
|
* Updated copyright noticeassiduous2020-01-0111-77/+121
|
* Native app: added gloden image processingassiduous2019-12-251-2/+6
|
* clang-formatted TextureLoader projectEgor Yusov2019-11-2511-671/+679
|
* Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLSEgor Yusov2019-11-211-1/+1
|
* Added install instructionsEgor Yusov2019-11-191-1/+5
|
* Moved Native App from master repositoryEgor Yusov2019-11-111-1/+1
|
* Updated Copyright noticeEgor Yusov2019-09-231-1/+1
|
* Updated copyright noticeEgor Yusov2019-09-1710-10/+10
|
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-283-11/+68
|
* Minor updates to image loading functionsEgor Yusov2019-06-274-85/+84
|
* Added 'Diligent-' prefix to project names to avoid name conflicts ↵Egor Yusov2019-06-091-11/+11
| | | | (https://github.com/DiligentGraphics/DiligentEngine/issues/20)
* Fixed a couple of Mac build problemsEgor Yusov2019-05-041-4/+4
|
* Image loader: fixed loading paletted png imagesEgor Yusov2019-05-041-15/+20
|
* Fixed default ctor of TextureLoadInfo structEgor Yusov2019-05-032-25/+25
|
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-031-1/+1
|
* Updated TextureLoadInfo ctorEgor Yusov2019-04-301-9/+18
|
* Implemented loading textures from KTXEgor Yusov2019-04-288-250/+612
|
* Using srgb conversions from graphics acessoriesEgor Yusov2019-04-203-592/+578
|
* Added options to capture RGB vs RGBA when encoding image as png plus some ↵Egor Yusov2019-04-033-65/+97
| | | | format conversions
* Implemented encoding image as jpegEgor Yusov2019-04-022-3/+130
|
* Added image encoding as pngEgor Yusov2019-04-012-0/+95
|
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ↵Egor Yusov2019-02-092-4/+4
| | | | pointers to initial data rather than references
* Updated copyright noticeEgor Yusov2019-01-029-9/+9
|
* Removed local redefinition of Align()Egor Yusov2018-12-241-11/+1
|
* Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov2018-12-162-23/+30
|
* Improved type safety of flag enumsEgor Yusov2018-11-304-17/+17
|
* Some updates to texture loading routines.Egor Yusov2018-04-015-47/+122
| | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3
* Minor updateEgor Yusov2018-03-271-2/+4
|
* Fixed relative paths in TextureLoader projectEgor Yusov2018-03-253-10/+10
|
* Fixed headers in TextureLoader projectEgor Yusov2018-03-253-10/+10
|
* Fixed formatting of cmake filesEgor Yusov2018-02-131-22/+22
|
* Fixed MacOS build warningsEgor Yusov2018-01-211-1/+1
|
* Enabled MacOS buildEgor Yusov2018-01-191-2/+2
|
* Fixed image stride alginement issues (opengl requires alignment to be at ↵Egor Yusov2018-01-121-6/+14
| | | | least 4 bytes)