aboutsummaryrefslogtreecommitdiff
path: root/modules/tinyexr/image_loader_tinyexr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Added support for SVGDaniel J. Ramirez2017-08-201-1/+1
|
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-4/+12
|
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-261-0/+160
-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