summaryrefslogtreecommitdiffstats
path: root/drivers/png
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-8/+8
|\
| * Deleted stale check. Now SCons supports globbing with `#` inside pathYevhen Babiichuk (DustDFG)2024-11-021-8/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Fix arm64/Windows build.bruvzg2024-04-301-1/+1
* Add 'override' mark to ResourceFormat classppphp2024-03-251-3/+3
* Fix lossless formats in PortableCompressedTexture2Dnklbdev2024-01-052-5/+9
* libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEONRémi Verschelde2023-08-041-20/+20
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Make some Image methods statickobewi2022-10-141-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-202-2/+2
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-252-3/+3
|\
| * Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-3/+3
* | Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
|/
* Swap arguments of ResourceSaver.save()kobewi2022-07-292-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-2/+2
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-6/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-9/+3
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Build for 64-bit ARM by default when compiling or exporting for AndroidHugo Locurcio2021-10-121-1/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde2021-06-111-2/+2
|\
| * Implement lossless WebP encodingMorris Tabor2021-06-111-2/+2
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* 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
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-272-3/+3
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-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-4/+15
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-074-4/+4
* Handle 16 bit PNG files in sRGB formatJohan Rastén2020-07-093-4/+10
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-15/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-4/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-186-34/+33
* Several fixes to GIProbesJuan Linietsky2020-02-113-0/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-5/+4
* Provide error messages when PNG save failsAndrii Doroshenko (Xrayez)2019-09-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-172-8/+6
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0