summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Align with AlignUpassiduous2021-03-192-2/+2
|
* Fix misc. typosluz paz2021-03-182-4/+4
| | | Found via `codespell`
* GLTF loader: reworked initial texture data to be stored as user data in the ↵assiduous2021-01-103-14/+18
| | | | texture/allocation to make sure that GPU data is always initialized before the first use
* Updated copyright noticeassiduous2021-01-017-7/+7
|
* TextureLoader: using ComputeMipLevel functionassiduous2020-11-291-90/+4
|
* 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)
* Enabled tests on appveyorassiduous2020-04-081-1/+1
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-086-450/+629
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* Enabled C API for texture loading functionsassiduous2020-02-023-0/+45
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-312-2/+2
|
* Updates to comply with the new APIassiduous2020-01-294-15/+15
|
* Updated copyright noticeassiduous2020-01-015-35/+55
|
* Native app: added gloden image processingassiduous2019-12-251-2/+6
|
* clang-formatted TextureLoader projectEgor Yusov2019-11-256-423/+430
|
* Updated copyright noticeEgor Yusov2019-09-175-5/+5
|
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-282-9/+66
|
* Minor updates to image loading functionsEgor Yusov2019-06-272-70/+69
|
* 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-031-10/+10
|
* Update GLTF loader; fixed warning in KTX loaderEgor Yusov2019-05-031-1/+1
|
* Implemented loading textures from KTXEgor Yusov2019-04-284-218/+558
|
* Using srgb conversions from graphics acessoriesEgor Yusov2019-04-202-506/+490
|
* Added options to capture RGB vs RGBA when encoding image as png plus some ↵Egor Yusov2019-04-032-57/+75
| | | | format conversions
* Implemented encoding image as jpegEgor Yusov2019-04-021-2/+129
|
* Added image encoding as pngEgor Yusov2019-04-011-0/+85
|
* 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-024-4/+4
|
* 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-302-11/+11
|
* Some updates to texture loading routines.Egor Yusov2018-04-012-8/+15
| | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3
* Minor updateEgor Yusov2018-03-271-2/+4
|
* 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)
* Updated copyright noticeEgor Yusov2018-01-045-5/+5
|
* Some fixes related to updated project dependenciesEgor Yusov2017-12-281-1/+1
|
* Updated debug and error macrosEgor Yusov2017-12-283-9/+9
|
* Updated cmake files; fixed build warningsEgor Yusov2017-12-062-6/+4
|
* Fixed android buildEgor Yusov2017-11-171-1/+2
|
* Updated to version 2.1Egor Yusov2017-11-134-47/+68
|
* Merge from dev branchEgor Yusov2017-05-205-5/+5
|
* Merge from dev branchEgor Yusov2017-05-205-5/+5
|
* Updated copyright noticeEgor Yusov2017-04-065-5/+5
|
* Updated to Diligent Engine 2.0Egor Yusov2016-08-205-16/+16
|
* Release v1.0.0Egor Yusov2015-10-215-0/+2266