summaryrefslogtreecommitdiffstats
path: root/core/io/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-1/+1
|\
| * Betsy: Implement BC4 compressionBlueCube33102024-09-221-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+4
|/
* Merge pull request #97059 from Gaktan/fix_weird_msvc_compilation_errorRémi Verschelde2024-09-161-6/+4
|\
| * Fix weird MSVC compilation errorGaktan2024-09-151-6/+4
* | Betsy: Add caching and BC1 compression supportBlueCube33102024-09-111-0/+14
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Image: Add a method for detecting signed valuesBlueCube33102024-08-271-0/+27
* Merge pull request #91535 from BlueCube3310/betsy-bc6hRémi Verschelde2024-08-211-0/+23
|\
| * Add Betsy to speed up BC6 compressionBlueCube33102024-08-181-0/+23
* | Merge pull request #92496 from clayjohn/HDR-2D-sRGBRémi Verschelde2024-08-191-0/+32
|\ \ | |/ |/|
| * Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-281-0/+32
* | Merge pull request #92291 from BlueCube3310/image-convert-optimizedRémi Verschelde2024-08-161-1/+105
|\ \
| * | Optimize half and float image conversionBlueCube33102024-05-241-1/+105
| |/
* | Support 64-bit image sizes for VRAM compressionBlueCube33102024-07-211-1/+1
* | Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-57/+39
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-1/+5
|/
* Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-021-3/+7
|\
| * Image: Add static `is_format_compressed` function.BlueCube33102024-02-281-3/+7
* | Remove a redundant `MAX` comparison within a loop in `compute_image_metrics`Bo Thompson2024-03-281-1/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-5/+5
|/
* Merge pull request #87971 from bruvzg/font_no_image_dupRémi Verschelde2024-02-151-0/+12
|\
| * [TextServer / Font] Do not duplicate images to prevent unnecessary embedding.bruvzg2024-02-051-0/+12
* | Merge pull request #87628 from YuriSizov/assets-bigger-better-errorsRémi Verschelde2024-02-091-6/+6
|\ \
| * | Improve error reporting in the asset library and in related typesYuri Sizov2024-01-261-6/+6
| |/
* / Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-9/+9
|/
* Fix lossless formats in PortableCompressedTexture2Dnklbdev2024-01-051-0/+1
* Added error to catch conversion on invalid imagersburke42023-12-101-0/+1
* Fix uninitialized variable in Image::fix_alpha_edges()K. S. Ernest (iFire) Lee2023-10-291-1/+1
* Fix import crashHein-Pieter van Braam2023-09-261-10/+10
* Expose and document Image.get_mipmap_count()bitsawer2023-09-191-0/+1
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-8/+8
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-10/+0
* Add support for KTX & KTX2 image formatacazuc2023-08-191-0/+10
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+10
* Merge pull request #74238 from bitsawer/fix_image_convertYuri Sizov2023-07-121-108/+120
|\
| * Fix Image.convert() overwriting custom mipmapsbitsawer2023-03-021-108/+120
* | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-0/+26
* | Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...Kory Postma2023-05-271-6/+7
* | Expose more compression formats in Image and fix compress checkNinni Pipping2023-04-131-1/+3
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-21/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix crashed when compressing empty image data.stmSi2022-12-211-0/+2
* Merge pull request #65376 from reduz/astc-supportRémi Verschelde2022-12-201-6/+50
|\
| * Implement basic ASTC supportJuan Linietsky2022-12-201-6/+50
* | ETCPAK expects BGRA data for ETCBastiaan Olij2022-12-021-0/+13
* | Merge pull request #64284 from kleonc/image-rotate90-in-placeRémi Verschelde2022-11-221-53/+103
|\ \
| * | `Image` Fix `rotate_90`/`rotate_180` methodskleonc2022-08-111-53/+103
* | | Merge pull request #66017 from Mickeon/rename-image-copy-rectRémi Verschelde2022-11-021-4/+4
|\ \ \