index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
image.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-136
/
+115
|
\
|
*
Clean up Image
BlueCube3310
2024-11-01
1
-136
/
+115
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Betsy: Add caching and BC1 compression support
BlueCube3310
2024-09-11
1
-0
/
+1
*
Image: Add a method for detecting signed values
BlueCube3310
2024-08-27
1
-0
/
+2
*
Merge pull request #91535 from BlueCube3310/betsy-bc6h
Rémi Verschelde
2024-08-21
1
-0
/
+2
|
\
|
*
Add Betsy to speed up BC6 compression
BlueCube3310
2024-08-18
1
-0
/
+2
*
|
Merge pull request #92496 from clayjohn/HDR-2D-sRGB
Rémi Verschelde
2024-08-19
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Ensure MovieWriter output is in gamma space when using HDR 2D
clayjohn
2024-05-28
1
-0
/
+1
*
|
Support 64-bit image sizes for VRAM compression
BlueCube3310
2024-07-21
1
-1
/
+1
*
|
Fix Image CowData crash when baking large lightmaps
Hugo Locurcio
2024-07-19
1
-9
/
+11
*
|
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
1
-1
/
+1
|
/
*
Image: Add static `is_format_compressed` function.
BlueCube3310
2024-02-28
1
-0
/
+1
*
Merge pull request #87971 from bruvzg/font_no_image_dup
Rémi Verschelde
2024-02-15
1
-0
/
+4
|
\
|
*
[TextServer / Font] Do not duplicate images to prevent unnecessary embedding.
bruvzg
2024-02-05
1
-0
/
+4
*
|
Improve error reporting in the asset library and in related types
Yuri Sizov
2024-01-26
1
-1
/
+1
|
/
*
Give EXR saving methods a default value of false like the bindings
Aaron Franke
2024-01-10
1
-2
/
+2
*
Fix lossless formats in PortableCompressedTexture2D
nklbdev
2024-01-05
1
-0
/
+1
*
Revert "Implement loading DDS textures at run-time"
clayjohn
2023-08-29
1
-2
/
+0
*
Add support for KTX & KTX2 image format
acazuc
2023-08-19
1
-0
/
+2
*
Implement loading DDS textures at run-time
Marcin Nowak
2023-07-31
1
-0
/
+2
*
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-0
/
+5
*
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-9
/
+9
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #65376 from reduz/astc-support
Rémi Verschelde
2022-12-20
1
-2
/
+15
|
\
|
*
Implement basic ASTC support
Juan Linietsky
2022-12-20
1
-2
/
+15
*
|
ETCPAK expects BGRA data for ETC
Bastiaan Olij
2022-12-02
1
-0
/
+1
*
|
Rename Image's `get_rect` to `get_region`
Micky
2022-11-01
1
-1
/
+1
*
|
Make some Image methods static
kobewi
2022-10-14
1
-11
/
+7
|
/
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-1
/
+1
*
Merge pull request #62861 from samdze/image-size-vector2i
Rémi Verschelde
2022-08-08
1
-1
/
+1
|
\
|
*
Make Image.get_size() return a Vector2i instead of a Vector2
Samuele Zolfanelli
2022-07-09
1
-1
/
+1
*
|
Merge pull request #63005 from Chaosus/image_rotate
Rémi Verschelde
2022-07-19
1
-0
/
+3
|
\
\
|
*
|
Implement `rotate_90/rotate_180` functions to `Image`
Yuri Rubinsky
2022-07-15
1
-0
/
+3
|
|
/
*
/
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-7
/
+7
|
/
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-0
/
+1
*
Restore the openexr grayscale property.
K. S. Ernest (iFire) Lee
2022-06-23
1
-1
/
+1
*
For in-engine processing allow saving openexr to a buffer.
K. S. Ernest (iFire) Lee
2022-06-23
1
-0
/
+3
*
Add support for saving WebP images
Aaron Franke
2022-06-21
1
-0
/
+6
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+6
*
Merge pull request #50175 from kleonc/image-blit-blend-fix-rects
Hugo Locurcio
2022-04-19
1
-0
/
+2
|
\
|
*
Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point
kleonc
2021-11-26
1
-0
/
+2
*
|
Add PortableCompressedTexture
reduz
2022-03-30
1
-1
/
+2
*
|
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-8
/
+8
*
|
Faster CVTT by reducing quality.
K. S. Ernest (iFire) Lee
2022-02-04
1
-0
/
+2
*
|
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-14
1
-7
/
+0
*
|
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-2
/
+0
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
kleonc
2021-11-23
1
-2
/
+4
[next]