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
/
image.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement Lanczos image filter
Daw11
2019-05-05
1
-0
/
+151
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-7
/
+5
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-5
/
+10
*
Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733
Juan Linietsky
2019-03-07
1
-0
/
+4
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-5
/
+5
*
Image: Fix decompressing ETC2
Rémi Verschelde
2019-02-08
1
-1
/
+1
*
Prevent upscaled SVG from exceeding Image bounds
Rémi Verschelde
2019-01-28
1
-0
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix blitting from negative position
Pedro J. Estébanez
2018-11-30
1
-4
/
+8
*
Fix Squish decompression, closes #18109
Juan Linietsky
2018-11-16
1
-0
/
+9
*
Merge pull request #22722 from akien-mga/fix-warnings
Rémi Verschelde
2018-10-07
1
-3
/
+4
|
\
|
*
Fix more "may be used initialized" warnings from GCC 7
Rémi Verschelde
2018-10-04
1
-3
/
+4
*
|
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression
Rémi Verschelde
2018-10-06
1
-1
/
+3
|
/
*
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
1
-3
/
+3
*
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-10-03
1
-14
/
+19
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
*
Fix mipmap levels not being initialized
elasota
2018-08-25
1
-8
/
+11
*
Merge pull request #21167 from elasota/squish-quality-config
Rémi Verschelde
2018-08-23
1
-3
/
+3
|
\
|
*
Use cluster fit at higher quality levels
elasota
2018-08-22
1
-3
/
+3
*
|
get rid of default template function arguments, works on cxx03
Juan Linietsky
2018-08-22
1
-15
/
+15
*
|
Make sure resizing of float and half float images works, fixes #21157
Juan Linietsky
2018-08-22
1
-36
/
+134
|
/
*
BPTC support
elasota
2018-08-21
1
-46
/
+144
*
Deprecate incorrect Color::gray()
Rémi Verschelde
2018-08-21
1
-2
/
+2
*
-Deprecate ImageTexture::load
Juan Linietsky
2018-08-14
1
-2
/
+6
*
Added proper import support for 3D and Array textures
Juan Linietsky
2018-08-06
1
-5
/
+18
*
Merge pull request #19313 from RandomShaper/improve-image
Juan Linietsky
2018-07-23
1
-12
/
+100
|
\
|
*
Optimize image scaling routines
Pedro J. Estébanez
2018-07-23
1
-6
/
+6
|
*
Add trilinear filtering to image scaling
Pedro J. Estébanez
2018-07-23
1
-7
/
+95
*
|
Add webp buffer loader for Image
geequlim
2018-07-17
1
-18
/
+14
*
|
Ensure, if a texture meant for a normal map is imported and size limit exists...
Juan Linietsky
2018-07-03
1
-0
/
+30
|
/
*
added rgbe_to_srgb method to Image
karroffel
2018-05-30
1
-0
/
+32
*
Merge pull request #18219 from AlexHolly/fix-image-blit-blend
Juan Linietsky
2018-05-07
1
-0
/
+24
|
\
|
*
blit and blend fix when dst<Vector2
Alexander Holland
2018-04-15
1
-0
/
+24
*
|
Merge pull request #18505 from AlexHolly/image-point2-helper
Juan Linietsky
2018-05-07
1
-1
/
+11
|
\
\
|
*
|
add Point2 helper for Image.get_pixel and Image.set_pixel
Alexander Holland
2018-04-29
1
-1
/
+11
|
|
/
*
|
add condition check in Imgae::create(...)
RaphaelHunter
2018-05-05
1
-0
/
+3
*
|
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
Rémi Verschelde
2018-05-01
1
-1
/
+4
|
\
\
|
*
|
Fixes logically dead code (Coverity)
Crazy-P
2018-04-21
1
-1
/
+4
|
|
/
*
/
Add option to renormalize mipmaps when generating them for normalmaps.
Juan Linietsky
2018-04-29
1
-12
/
+36
|
/
*
Merge pull request #16898 from Lerc/master
Juan Linietsky
2018-04-08
1
-0
/
+42
|
\
|
*
change bumpmap_to_normalmap range from [1...255] to [0...255]
Neil Graham
2018-03-16
1
-3
/
+3
|
*
change to clang format
Neil Graham
2018-02-24
1
-19
/
+19
|
*
add Image::bumpmap_to_normalmap conversion function
Neil Graham
2018-02-21
1
-0
/
+42
*
|
enhance mipmaps
Mavropoulos Ioannis
2018-03-03
1
-49
/
+17
|
/
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Fix crash when using Image.resize() without calling Image.create() first
Jerome67000
2018-01-06
1
-2
/
+5
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Revert "Add missing image format RGB10A2. Fixes #14964"
Juan Linietsky
2018-01-03
1
-24
/
+0
*
Merge pull request #15051 from binbitten/bug-fixes
Rémi Verschelde
2018-01-03
1
-0
/
+24
|
\
|
*
Add missing image format RGB10A2. Fixes #14964
binbitten
2017-12-25
1
-0
/
+24
[prev]
[next]