aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/tinyexr
Commit message (Collapse)AuthorAgeFilesLines
* Fix MinGW-w64 build of TinyEXR for old toolchainsRémi Verschelde2017-05-271-7/+33
| | | | | MinGW-w64 is at version 2.0.1 on our current Travis CI toolchain, and seems not to like fopen_s.
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-262-0/+12395
-Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3