summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/Image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Align with AlignUpassiduous2021-03-191-1/+1
|
* Updated copyright noticeassiduous2021-01-011-1/+1
|
* Enabled tests on appveyorassiduous2020-04-081-1/+1
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-081-422/+43
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* Renamed .h -> .hpp where appropriateassiduous2020-01-311-1/+1
|
* Updates to comply with the new APIassiduous2020-01-291-9/+9
|
* Updated copyright noticeassiduous2020-01-011-7/+11
|
* Native app: added gloden image processingassiduous2019-12-251-2/+6
|
* clang-formatted TextureLoader projectEgor Yusov2019-11-251-208/+209
|
* Updated copyright noticeEgor Yusov2019-09-171-1/+1
|
* Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov2019-06-281-8/+65
|
* Minor updates to image loading functionsEgor Yusov2019-06-271-2/+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
|
* Implemented loading textures from KTXEgor Yusov2019-04-281-2/+40
|
* Using srgb conversions from graphics acessoriesEgor Yusov2019-04-201-487/+489
|
* Added options to capture RGB vs RGBA when encoding image as png plus some ↵Egor Yusov2019-04-031-50/+70
| | | | format conversions
* Implemented encoding image as jpegEgor Yusov2019-04-021-2/+129
|
* Added image encoding as pngEgor Yusov2019-04-011-0/+85
|
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
|
* Removed local redefinition of Align()Egor Yusov2018-12-241-11/+1
|
* Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov2018-12-161-4/+5
|
* Some updates to texture loading routines.Egor Yusov2018-04-011-4/+9
| | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3
* 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-041-1/+1
|
* Updated debug and error macrosEgor Yusov2017-12-281-6/+6
|
* Updated cmake files; fixed build warningsEgor Yusov2017-12-061-2/+2
|
* Updated to version 2.1Egor Yusov2017-11-131-3/+5
|
* Merge from dev branchEgor Yusov2017-05-201-1/+1
|
* Merge from dev branchEgor Yusov2017-05-201-1/+1
|
* Updated copyright noticeEgor Yusov2017-04-061-1/+1
|
* Updated to Diligent Engine 2.0Egor Yusov2016-08-201-1/+1
|
* Release v1.0.0Egor Yusov2015-10-211-0/+409