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
*
Fix various typos
luz paz
2022-01-13
2
-2
/
+2
*
Remove mistakenly added author info
clayjohn
2022-01-12
1
-3
/
+0
*
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-12
1
-6
/
+2
|
\
|
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-6
/
+2
*
|
New OpenGL batching canvas renderer
clayjohn
2022-01-11
36
-9222
/
+1960
*
|
WIP New GLES3 Shader Compiler
reduz
2022-01-11
16
-1665
/
+3463
*
|
Fix typos with codespell
Rémi Verschelde
2022-01-07
1
-1
/
+1
*
|
Merge pull request #50493 from timothyqiu/local-vector-list-init
Rémi Verschelde
2022-01-06
1
-4
/
+4
|
\
\
|
*
|
Add list initialization support for Vector & LocalVector
Haoyu Qiu
2022-01-05
1
-4
/
+4
*
|
|
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
2
-4
/
+4
|
/
/
*
|
Added material_overlay property to MeshInstance3D
Fernando Cosentino
2022-01-05
2
-0
/
+4
*
|
Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter
Rémi Verschelde
2022-01-04
6
-0
/
+20
|
\
\
|
*
|
Add `RenderingServer.get_video_adapter_type()` method
Hugo Locurcio
2021-12-10
6
-0
/
+20
*
|
|
Merge pull request #56305 from Calinou/rename-lod-threshold
Rémi Verschelde
2022-01-04
4
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Rename Lod Threshold to Mesh Lod Threshold
Hugo Locurcio
2021-12-29
4
-6
/
+6
*
|
|
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-04
4
-4
/
+12
|
\
\
\
|
*
|
|
Added SSIL post processing effect
clayjohn
2021-11-06
4
-4
/
+12
*
|
|
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
67
-134
/
+134
*
|
|
|
Fix various typos
luz paz
2022-01-02
2
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
drivers/vulkan: limit pEngineName to only the engine name, without its version
Eric Engestrom
2021-12-24
1
-3
/
+1
*
|
|
drivers/vulkan: set the engineVersion to Godot's version
Eric Engestrom
2021-12-23
1
-1
/
+1
*
|
|
Add / to the unix shortcut drive list
Haoyu Qiu
2021-12-15
2
-0
/
+17
*
|
|
Rename `hint_aniso` to `hint_anisotropy` in the shader language
Hugo Locurcio
2021-12-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #55704 from RandomShaper/fix_little_vk_mistake
Rémi Verschelde
2021-12-10
1
-1
/
+1
|
\
\
|
*
|
Fix misuse of Vulkan enum value
Pedro J. Estébanez
2021-12-07
1
-1
/
+1
*
|
|
Merge pull request #55572 from aaronfranke/ci-double
Rémi Verschelde
2021-12-10
1
-29
/
+29
|
\
\
\
|
*
|
|
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
1
-29
/
+29
*
|
|
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
7
-13
/
+13
|
/
/
/
*
/
/
Make `compile` shader function to use struct instead long parameter list
Yuri Roubinsky
2021-12-08
1
-1
/
+7
|
/
/
*
|
Only print message for `get_modified_time()` failure when in verbose mode
Hugo Locurcio
2021-12-01
2
-2
/
+4
*
|
Allow using empty statements in the shader, added formatting warning
Yuri Roubinsky
2021-12-01
1
-0
/
+4
*
|
Fix console colors on Windows
Yuri Roubinsky
2021-11-26
1
-1
/
+1
*
|
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-23
5
-2
/
+33
*
|
[HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.
Fabio Alessandrelli
2021-11-19
2
-4
/
+3
*
|
Allow passing non-variable constant to const function param in shaders
Yuri Roubinsky
2021-11-19
1
-6
/
+12
*
|
Fix data directory of unnamed projects
kobewi
2021-11-18
1
-1
/
+1
*
|
Merge pull request #54880 from benjarmstrong/wasapi_input_fix
Rémi Verschelde
2021-11-16
1
-8
/
+11
|
\
\
|
*
|
Fix crash in audio callback when recording audio
Benjamin Armstrong
2021-11-16
1
-8
/
+11
*
|
|
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-12
2
-16
/
+24
|
/
/
*
|
Windows: Fix compilation warnings with GCC 11.2.1
Rémi Verschelde
2021-11-10
1
-2
/
+12
*
|
Print the number of PulseAudio input channels when in verbose mode
Hugo Locurcio
2021-11-09
1
-4
/
+6
*
|
Use application name for pulseaudio device
Nathan Franke
2021-11-06
1
-1
/
+12
|
/
*
Merge pull request #54404 from ibrahn/pulsedriver-less-cowref
Rémi Verschelde
2021-11-01
1
-6
/
+6
|
\
|
*
AudioDriverPulseAudio: move Vector Cow access outside tight loop.
Ibrahn Sahir
2021-10-29
1
-6
/
+6
*
|
Fix memory leak when using CurveTexture.set_texture_mode
Haoyu Qiu
2021-11-01
1
-0
/
+2
*
|
Merge pull request #54307 from Calinou/add-opengl-renderer-squash
Rémi Verschelde
2021-10-31
34
-0
/
+19864
|
\
\
|
*
|
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
36
-2268
/
+1904
|
*
|
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
51
-12146
/
+4144
|
*
|
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
48
-0
/
+28230
|
|
/
*
/
Disallow compute dispatch with zero dimensions.
Brian Semrau
2021-10-30
1
-0
/
+9
|
/
[next]