aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/tinyexr
Commit message (Collapse)AuthorAgeFilesLines
* tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2018-01-131-83/+178
|
* tinyexr: Update to current upstream master branchRémi Verschelde2017-12-051-128/+314
|
* Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde2017-12-051-33/+7
| | | | This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
* 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