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 #80781 from bitsawer/fix_vulkan_texture_upload
Rémi Verschelde
2023-08-21
1
-1
/
+1
|
\
|
*
Fix Vulkan texture update
bitsawer
2023-08-19
1
-1
/
+1
*
|
Fix memory access error for `MultiMesh` with GLES3
A Thousand Ships
2023-08-19
1
-2
/
+4
|
/
*
Merge pull request #78013 from Calinou/cli-add-audio-output-latency-argument
Rémi Verschelde
2023-08-17
5
-5
/
+5
|
\
|
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
5
-5
/
+5
*
|
Abort on startup with a visible alert if required Vulkan features are missing
Hugo Locurcio
2023-08-17
1
-3
/
+20
|
/
*
Merge pull request #80288 from pkpro/memcpy_into_nullptr
Rémi Verschelde
2023-08-17
1
-4
/
+7
|
\
|
*
Vulkan: Fix sanitizers error with empty shader name
Pavel Kraynyukhov
2023-08-09
1
-4
/
+7
*
|
Merge pull request #80151 from WhalesState/Dev1
Rémi Verschelde
2023-08-17
2
-4
/
+18
|
\
\
|
*
|
fix GLES3 changing 2d shadow atlas size is broken
Mounir Tohami
2023-08-16
2
-4
/
+18
*
|
|
Merge pull request #80654 from bitsawer/fix_global_uniform_texture_set
Rémi Verschelde
2023-08-16
1
-4
/
+6
|
\
\
\
|
*
|
|
Fix global shader uniform texture loading
bitsawer
2023-08-15
1
-4
/
+6
*
|
|
|
Merge pull request #80571 from darksylinc/matias-resize-window-fix
Rémi Verschelde
2023-08-16
1
-14
/
+22
|
\
\
\
\
|
*
|
|
|
Fix validation error when resizing window
Matias N. Goldberg
2023-08-15
1
-14
/
+22
|
|
/
/
/
*
|
|
|
Merge pull request #80424 from DarioSamo/rd-buffer-copy-vulkan
Rémi Verschelde
2023-08-16
2
-0
/
+59
|
\
\
\
\
|
*
|
|
|
Add buffer_copy method to RenderingDevice interface and an implementation for...
Dario
2023-08-12
2
-0
/
+59
|
|
/
/
/
*
/
/
/
Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...
sakrel
2023-08-12
1
-0
/
+4
|
/
/
/
*
|
/
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
4
-9
/
+135
|
|
/
|
/
|
*
|
Merge pull request #80215 from clayjohn/HDR-2D
Rémi Verschelde
2023-08-08
2
-1
/
+3
|
\
\
|
*
|
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
2
-1
/
+3
|
|
/
*
|
Merge pull request #79693 from bruvzg/com_ath
Rémi Verschelde
2023-08-07
1
-1
/
+1
|
\
\
|
*
|
[Windows] Initialize COM as apartment-threaded.
bruvzg
2023-07-20
1
-1
/
+1
*
|
|
Merge pull request #78325 from akien-mga/libpng-moar-intrinsics
Rémi Verschelde
2023-08-04
1
-20
/
+20
|
\
\
\
|
*
|
|
libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEON
Rémi Verschelde
2023-08-04
1
-20
/
+20
*
|
|
|
PulseAudio: Remove get_latency() caching
Luke Hubmayer-Werner
2023-08-04
1
-14
/
+11
|
/
/
/
*
|
/
Initialize shader placeholders up front
clayjohn
2023-08-03
1
-29
/
+33
|
|
/
|
/
|
*
|
Merge pull request #80071 from darksylinc/matias-fixes2
Yuri Sizov
2023-08-01
1
-6
/
+19
|
\
\
|
*
|
Fix validation layer warnings
Matias N. Goldberg
2023-07-30
1
-6
/
+19
*
|
|
Merge pull request #80070 from clayjohn/GLES3-depth-prepass
Yuri Sizov
2023-08-01
1
-1
/
+3
|
\
\
\
|
*
|
|
Enable depth writes during shadow pass and depth pass. Disable during color pass
clayjohn
2023-07-30
1
-1
/
+3
*
|
|
|
Merge pull request #79606 from clayjohn/ShaderRD-compilation-groups
Yuri Sizov
2023-08-01
2
-4
/
+14
|
\
\
\
\
|
*
|
|
|
Add Shader compile groups to RD Shader system
clayjohn
2023-07-21
2
-4
/
+14
*
|
|
|
|
Merge pull request #79876 from LRFLEW/mobalpha
Yuri Sizov
2023-07-31
3
-9
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix transparent viewport backgrounds with custom clear color
LRFLEW
2023-07-30
3
-9
/
+2
*
|
|
|
|
Fix uninitialized variable ending up sent to Vulkan
Matias N. Goldberg
2023-07-29
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #79142 from BastiaanOlij/register_render_buffers
Yuri Sizov
2023-07-27
2
-15
/
+15
|
\
\
\
\
|
*
|
|
|
Expose RenderingSceneBuffers through ClassDB
Bastiaan Olij
2023-07-26
2
-15
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #79883 from clayjohn/GLES3-shader-cache-dir
Yuri Sizov
2023-07-26
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Check if shader cache directory is available before using cache
clayjohn
2023-07-25
1
-2
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Add custom texture create function
Bastiaan Olij
2023-07-26
4
-1
/
+29
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #79884 from Dragoncraft89/master
Yuri Sizov
2023-07-25
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix dangling pointers in _clean_up_swap_chain
Florian Kothmeier
2023-07-25
1
-0
/
+2
*
|
|
|
Merge pull request #79866 from adamscott/fix-file-permissions-web
Yuri Sizov
2023-07-25
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Fix file permissions for the web platform
Adam Scott
2023-07-25
1
-4
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #79865 from clayjohn/discard-shader
Yuri Sizov
2023-07-25
2
-11
/
+9
|
\
\
\
\
|
*
|
|
|
Fix use of discard in shaders
Clay
2023-07-24
2
-11
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #79812 from ParsleighScumble/parsleigh/init-sky-scene-state
Yuri Sizov
2023-07-25
1
-89
/
+93
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use defaults to initialize sky data in case of no sky
Parsleigh Scumble
2023-07-24
1
-89
/
+93
*
|
|
|
Merge pull request #79849 from bitsawer/fix_particles_and_compute_threading
Yuri Sizov
2023-07-24
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Fix Vulkan multithreaded compute list and GPU particle processing
bitsawer
2023-07-24
1
-0
/
+2
|
|
/
/
/
[next]