summaryrefslogtreecommitdiffstats
path: root/modules/tinyexr
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-222-1/+2
|\
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-182-1/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Fix memory leak on error paths in tinyexr loaderAlistair Leslie-Hughes2023-11-171-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Make some Image methods statickobewi2022-10-141-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-203-5/+6
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* For in-engine processing allow saving openexr to a buffer.K. S. Ernest (iFire) Lee2022-06-233-11/+24
* Refactor module initializationreduz2022-05-042-4/+14
* Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-6/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* tinyexr: Sync with upstream 1.0.1Rémi Verschelde2021-11-193-0/+7
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Assorted fixes to UV unwrapping and GPU lightmapperjfons2021-05-031-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Make EXR import format support all depths and channel configurationsreduz2020-09-091-53/+105
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-15/+0
* New lightmapperJuan Linietsky2020-05-101-4/+12
* tinyexr: Enable C++11 threaded loadingRémi Verschelde2020-04-301-0/+3
* Replace NULL with nullptrlupoDharkael2020-04-022-5/+5
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-22/+20
* 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
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Remove .exr saver debug printHolger Dammertz2019-11-271-4/+0
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Add Image.save_exr()Marc Gilleron2019-08-073-0/+322
* 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
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Fix import grayscale EXRVivatchai Kaveeta2019-03-221-14/+23
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Fix loading EXR with alpha channelRémi Verschelde2018-12-301-3/+3
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-3/+3
* Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...elasota2018-08-271-11/+70