Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tinyexr: Update to 1.0.8 | Jakub Mateusz Marcowski | 2024-02-23 | 1 | -7/+7 |
| | |||||
* | tinyexr: Sync with upstream 1.0.7 | Rémi Verschelde | 2023-08-07 | 1 | -9/+87 |
| | |||||
* | tinyexr: Sync with upstream 1.0.5 | Rémi Verschelde | 2023-06-07 | 1 | -9/+12 |
| | |||||
* | tinyexr: Sync with upstream 1.0.4 | bitsawer | 2023-06-05 | 1 | -109/+297 |
| | |||||
* | tinyexr: Sync with upstream 1.0.2 | Rémi Verschelde | 2023-05-22 | 1 | -362/+870 |
| | | | | | Fixes a bunch of bugs, notably addressing fuzzer reports (crashes). https://github.com/syoyo/tinyexr/releases/tag/v1.0.2 | ||||
* | tinyexr: Sync with upstream 1.0.1 | Rémi Verschelde | 2021-11-19 | 2 | -7160/+1896 |
| | | | | | | 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. | ||||
* | tinyexr: Sync with upstream 1.0.0 | Rémi Verschelde | 2020-09-09 | 2 | -249/+467 |
| | |||||
* | tinyexr: Sync with upstream 4dbd05a | Rémi Verschelde | 2020-04-30 | 1 | -164/+424 |
| | |||||
* | tinyexr: Sync with upstream 656bb61 | Rémi Verschelde | 2019-11-12 | 1 | -7/+18 |
| | |||||
* | tinyexr: Sync with upstream a685e33 | Rémi Verschelde | 2019-07-11 | 1 | -46/+160 |
| | |||||
* | tinyexr: Sync with upstream 65f9859 | Rémi Verschelde | 2019-03-04 | 1 | -62/+160 |
| | |||||
* | TinyEXR: Sync with upstream master branch | Rémi Verschelde | 2018-12-10 | 1 | -76/+177 |
| | | | | Fixes #24247. | ||||
* | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | 2018-08-27 | 1 | -479/+807 |
| | | | | EXR loading | ||||
* | tinyexr: Update to pristine commit e385dad (security update) | Rémi Verschelde | 2018-01-13 | 1 | -83/+178 |
| | |||||
* | tinyexr: Update to current upstream master branch | Rémi Verschelde | 2017-12-05 | 1 | -128/+314 |
| | |||||
* | Revert "Fix MinGW-w64 build of TinyEXR for old toolchains" | Rémi Verschelde | 2017-12-05 | 1 | -33/+7 |
| | | | | This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def. | ||||
* | Fix MinGW-w64 build of TinyEXR for old toolchains | Rémi Verschelde | 2017-05-27 | 1 | -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 Linietsky | 2017-05-26 | 2 | -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 |