Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | tinyexr: Sync with upstream 1.0.1 | Rémi Verschelde | |
Removes miniz as a bundled dependency, relies on our own zlib instead. Includes a couple commits ahead of `v1.0.1` tag to fix MinGW builds. | |||
2020-09-09 | tinyexr: Sync with upstream 1.0.0 | Rémi Verschelde | |
2020-04-30 | tinyexr: Sync with upstream 4dbd05a | Rémi Verschelde | |
2019-11-12 | tinyexr: Sync with upstream 656bb61 | Rémi Verschelde | |
2019-07-11 | tinyexr: Sync with upstream a685e33 | Rémi Verschelde | |
2019-03-04 | tinyexr: Sync with upstream 65f9859 | Rémi Verschelde | |
2018-12-10 | TinyEXR: Sync with upstream master branch | Rémi Verschelde | |
Fixes #24247. | |||
2018-08-27 | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | |
EXR loading | |||
2018-01-13 | tinyexr: Update to pristine commit e385dad (security update) | Rémi Verschelde | |
2017-12-05 | tinyexr: Update to current upstream master branch | Rémi Verschelde | |
2017-12-05 | Revert "Fix MinGW-w64 build of TinyEXR for old toolchains" | Rémi Verschelde | |
This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def. | |||
2017-05-27 | Fix MinGW-w64 build of TinyEXR for old toolchains | Ré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 |