aboutsummaryrefslogtreecommitdiff
path: root/modules/tinyexr
Commit message (Collapse)AuthorAgeFilesLines
* Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2017-06-301-1/+5
| | | | | | | They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-5/+13
|
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-266-0/+309
-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