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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #77740 from ChibiDenDen/simplify_vulkan
Yuri Sizov
2023-07-12
1
-6
/
+6
|
\
|
*
replace sampler arrays with constant sampler elements
ChibiDenDen
2023-06-22
1
-6
/
+6
*
|
Merge pull request #78168 from clayjohn/GLES3-gaussian-rt
Yuri Sizov
2023-07-12
4
-8
/
+122
|
\
\
|
*
|
Use Gaussian approximation for backbuffer mipmaps in GL Compatibility renderer
clayjohn
2023-06-12
4
-8
/
+122
*
|
|
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-1
/
+1
*
|
|
Merge pull request #79143 from clayjohn/wayland-menu
Rémi Verschelde
2023-07-09
1
-3
/
+5
|
\
\
\
|
*
|
|
Avoid freeze when interacting with menus on Wayland by re-aquiring next swapc...
clayjohn
2023-07-07
1
-3
/
+5
*
|
|
|
Merge pull request #78797 from Calinou/remove-redundant-vformat
Rémi Verschelde
2023-07-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove uses of `vformat()` with no placeholders
Hugo Locurcio
2023-06-28
1
-1
/
+1
*
|
|
|
|
Merge pull request #78794 from joemarshall/patch-1
Rémi Verschelde
2023-07-08
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
fix threading bug in vulkan rendering device
Joe Marshall
2023-06-28
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #78852 from clayjohn/Particles-glitch
Rémi Verschelde
2023-07-07
1
-11
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Initialize particles instance buffer in case it is used before being updated
clayjohn
2023-06-29
1
-11
/
+8
|
|
/
/
/
*
/
/
/
Use a filter with mipmaps when initializing textures with mipmaps in GL Compa...
clayjohn
2023-06-26
1
-4
/
+9
|
/
/
/
*
|
|
Reset filter/repeat state of textures in GL Compatibility renderer when rende...
clayjohn
2023-06-23
1
-0
/
+2
*
|
|
Moved variables closer to usage to fix unused variable warning
Brecht Kuppens
2023-06-22
1
-2
/
+2
*
|
|
Merge pull request #78490 from clayjohn/GLES3-particles-subemit
Rémi Verschelde
2023-06-22
3
-15
/
+18
|
\
\
\
|
*
|
|
Add warnings and fallbacks for particles sub emitters when using the GL Compa...
clayjohn
2023-06-21
3
-15
/
+18
*
|
|
|
free color and depth texture after check framebuffer complete failed
Qiqi Wu
2023-06-22
1
-1
/
+6
|
/
/
/
*
|
|
Fix invalid RID errors when freeing a mesh with blend shapes
bitsawer
2023-06-19
1
-4
/
+6
*
|
|
[Unix] Fix temporary file permissions.
bruvzg
2023-06-16
1
-0
/
+4
*
|
|
GLES3: Remove unimplemented texture_create() declaration
Qiqi Wu
2023-06-16
1
-2
/
+0
*
|
|
Merge pull request #78302 from clayjohn/GLES3-screen-warning
Rémi Verschelde
2023-06-16
1
-4
/
+0
|
\
\
\
|
*
|
|
Remove outdated warning when using screen texture in GL Compatibility renderer
clayjohn
2023-06-15
1
-4
/
+0
*
|
|
|
Merge pull request #78287 from clayjohn/GLES3-texture-replace
Rémi Verschelde
2023-06-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Copy texture filter/repeat modes when replacing a texture in the GL Compatibi...
clayjohn
2023-06-15
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #78285 from clayjohn/GLES3-viewport-filter
Rémi Verschelde
2023-06-16
1
-4
/
+2
|
\
\
\
\
|
*
|
|
|
Ensure filter/repeat is cached by Viewport texture in GL Compatibility renderer
clayjohn
2023-06-15
1
-4
/
+2
|
|
/
/
/
*
/
/
/
Add RENDERING_INFO parameters to GL Compatibility renderer
clayjohn
2023-06-16
10
-230
/
+324
|
/
/
/
*
|
|
Fix for Win+M crashing the editor
jpcerrone
2023-06-14
1
-0
/
+1
*
|
|
Merge pull request #78199 from clayjohn/detect_3d
Rémi Verschelde
2023-06-14
2
-14
/
+12
|
\
\
\
|
*
|
|
Ensure that "detect 3D" is only called when using 3D shaders
clayjohn
2023-06-13
2
-14
/
+12
|
|
/
/
*
/
/
Expose RD::texture_native_handle
Bastiaan Olij
2023-06-14
2
-2
/
+2
|
/
/
*
|
Merge pull request #76977 from manueldun/light-shader-builtins
Rémi Verschelde
2023-06-09
1
-0
/
+4
|
\
\
|
*
|
Enable the use of all builtins on the light shader
Manuel Dun
2023-06-08
1
-0
/
+4
*
|
|
Merge pull request #74937 from bitsawer/fix_uniform_storage
Rémi Verschelde
2023-06-09
1
-541
/
+96
|
\
\
\
|
*
|
|
Fix shader uniform storage conversions and crash
bitsawer
2023-05-29
1
-541
/
+96
*
|
|
|
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
2
-4
/
+4
*
|
|
|
Properly update array textures when using the OpenGL backend to avoid crash
clayjohn
2023-06-07
1
-3
/
+3
*
|
|
|
Merge pull request #77946 from bruvzg/opengl_blend_cache
Rémi Verschelde
2023-06-07
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
[OpenGL] Fix LCD blend mode color caching.
bruvzg
2023-06-07
1
-2
/
+4
*
|
|
|
|
Replace get_rendering_device() call to prevent crashes on OpenGL.
MJacred
2023-06-06
2
-4
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #76348 from warriormaster12/pipeline-cache
Rémi Verschelde
2023-06-01
2
-2
/
+162
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Implement Vulkan pipeline caching
warriormaster12
2023-05-31
2
-2
/
+162
*
|
|
|
Merge pull request #77224 from patrickdown/implement_texture_2d_layered_initi...
Rémi Verschelde
2023-05-29
2
-1
/
+56
|
\
\
\
\
|
*
|
|
|
Implemented texture_2D_layered_initialize
patrickdown
2023-05-27
2
-1
/
+56
*
|
|
|
|
Merge pull request #75181 from dalexeev/fix-light-only-mode
Yuri Sizov
2023-05-27
2
-3
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Fix "Light Only" mode of `CanvasItemMaterial`
Danil Alexeev
2023-05-13
2
-3
/
+13
*
|
|
|
|
|
fix gles texture uniform array binding
Dani Frank
2023-05-26
3
-78
/
+70
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #77409 from allenwp/OpenGL3-Blend-Issue76334
Rémi Verschelde
2023-05-24
1
-0
/
+4
|
\
\
\
\
\
[next]