summaryrefslogtreecommitdiffstats
path: root/modules/tinyexr/image_loader_tinyexr.cpp
Commit message (Expand)AuthorAgeFilesLines
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-10/+8
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* Fix import grayscale EXRVivatchai Kaveeta2019-03-221-14/+23
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix loading EXR with alpha channelRémi Verschelde2018-12-301-3/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...elasota2018-08-271-11/+70
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde2017-12-051-5/+20
* 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