summaryrefslogtreecommitdiffstats
path: root/modules/tinyexr/image_saver_tinyexr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* For in-engine processing allow saving openexr to a buffer.K. S. Ernest (iFire) Lee2022-06-231-11/+22
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* tinyexr: Sync with upstream 1.0.1Rémi Verschelde2021-11-191-0/+2
* Assorted fixes to UV unwrapping and GPU lightmapperjfons2021-05-031-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* New lightmapperJuan Linietsky2020-05-101-4/+12
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-12/+12
* Fix assign instead of comparison in image_save_tinyexr.cpp.Marcel Admiraal2020-02-111-1/+1
* Refactor image_saver_tinyexr.cpp to prevent compiler warnings.Marcel Admiraal2020-02-111-5/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove .exr saver debug printHolger Dammertz2019-11-271-4/+0
* Add Image.save_exr()Marc Gilleron2019-08-071-0/+279