summaryrefslogtreecommitdiff
path: root/thirdparty/tinyexr/tinyexr.h
AgeCommit message (Collapse)Author
2017-05-27Fix MinGW-w64 build of TinyEXR for old toolchainsRĂ©mi Verschelde
MinGW-w64 is at version 2.0.1 on our current Travis CI toolchain, and seems not to like fopen_s.
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky
-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