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 #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrate
Rémi Verschelde
2023-04-26
5
-6
/
+8
|
\
|
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
5
-6
/
+8
*
|
Merge pull request #76315 from RandomShaper/vk_fix_barriers
Rémi Verschelde
2023-04-25
2
-50
/
+54
|
\
\
|
*
|
Fix issues with Vulkan layout transitions
Pedro J. Estébanez
2023-04-24
2
-50
/
+54
*
|
|
[OS] Implement and expose to scripting APIs `get_memory_info` method instead ...
bruvzg
2023-04-24
2
-1
/
+206
*
|
|
Add LIGHT_IS_DIRECTIONAL built-in for spatial shaders
Johan Aires Rastén
2023-04-20
2
-4
/
+5
|
/
/
*
|
Merge pull request #76240 from clayjohn/Light2D-artifacts
Rémi Verschelde
2023-04-19
1
-1
/
+1
|
\
\
|
*
|
Clamp normal when calculating 2D lighting to avoid artifacts
clayjohn
2023-04-18
1
-1
/
+1
*
|
|
Merge pull request #75881 from bruvzg/win_coinit
Rémi Verschelde
2023-04-18
1
-4
/
+3
|
\
\
\
|
*
|
|
[Windows] Cleanup COM library initialization/uninitialization.
bruvzg
2023-04-10
1
-4
/
+3
*
|
|
|
Merge pull request #74978 from bruvzg/linux_version_check
Rémi Verschelde
2023-04-18
2
-0
/
+24
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[Linux/BSD] Add dynamically loaded library version checks.
bruvzg
2023-03-20
2
-0
/
+24
*
|
|
|
Merge pull request #75162 from ecmjohnson/gpuparticles_inf_translate
Rémi Verschelde
2023-04-13
1
-3
/
+6
|
\
\
\
\
|
*
|
|
|
Translate inactive particles to -INF
Erik Johnson
2023-04-12
1
-3
/
+6
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Add EXPOSURE built in to spatial shaders
clayjohn
2023-04-12
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #73313 from clayjohn/particles-split
Rémi Verschelde
2023-04-12
1
-5
/
+4
|
\
\
\
|
*
|
|
Properly calculate lifetime_split for particles
clayjohn
2023-02-14
1
-5
/
+4
*
|
|
|
Merge pull request #75968 from clayjohn/GL-depth-write
Rémi Verschelde
2023-04-12
1
-7
/
+5
|
\
\
\
\
|
*
|
|
|
Ensure that depth write state is updated before transparent pass in OpenGL3 r...
clayjohn
2023-04-11
1
-7
/
+5
*
|
|
|
|
Merge pull request #75954 from clayjohn/GL-multimesh-one
Rémi Verschelde
2023-04-12
1
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Check for instancing without relying on instance_count when drawing 2D meshes
clayjohn
2023-04-11
1
-2
/
+5
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #75795 from cody82/fix-html-particle-shader
Rémi Verschelde
2023-04-12
1
-83
/
+70
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix "error X3708: continue cannot be used in a switch" in HTML export
cody
2023-04-07
1
-83
/
+70
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #69324 from RedMser/advanced-settings-errors
Rémi Verschelde
2023-04-11
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make solving project setting errors easier
RedMser
2023-03-27
1
-1
/
+1
*
|
|
|
Merge pull request #74808 from bradc6/feature/AllowCustomOutputShaderGenFilep...
Rémi Verschelde
2023-04-03
7
-13
/
+13
|
\
\
\
\
|
*
|
|
|
Allow for external python scripts to call the build python headers via extern...
Bradley Clemetson
2023-03-19
7
-13
/
+13
*
|
|
|
|
Merge pull request #72859 from clayjohn/VK-suboptimal
Rémi Verschelde
2023-04-03
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Recreate swap chain when suboptimal to avoid error spam
clayjohn
2023-02-07
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #72361 from the-brickster/master
Yuri Sizov
2023-03-27
3
-0
/
+86
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Incorporating the availability of screen and depth textures for the GLES3 bac...
LandoUWB
2023-02-16
3
-0
/
+86
*
|
|
|
|
|
Remove (or make verbose only) various debug prints.
bruvzg
2023-03-20
1
-1
/
+0
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Fix Unix temp file creations when using is_backup_save_enabled.
bruvzg
2023-03-18
1
-5
/
+17
*
|
|
|
|
Merge pull request #73839 from clayjohn/OUTPUT_IS_SRGB
Yuri Sizov
2023-03-16
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Clean up OUTPUT_IS_SRGB redefinitions
clayjohn
2023-02-23
1
-1
/
+0
*
|
|
|
|
|
Merge pull request #73156 from gw2cc/safe_save
Yuri Sizov
2023-03-16
2
-5
/
+16
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Create a safe temporary file with is_backup_save_enabled
ACB
2023-03-15
2
-5
/
+16
*
|
|
|
|
|
Merge duplicate rd_texture functions
Bastiaan Olij
2023-03-10
2
-2
/
+2
*
|
|
|
|
|
Merge pull request #74566 from clayjohn/GL-canvas-texture
Rémi Verschelde
2023-03-08
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Avoid copying CanvasTexture when updating proxy
clayjohn
2023-03-07
1
-0
/
+2
*
|
|
|
|
|
|
Merge pull request #74533 from SlugFiller/fix-clip-no-children
Rémi Verschelde
2023-03-08
1
-10
/
+18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fixes a canvas item set to clip children being drawn as black if no children ...
SlugFiller
2023-03-07
1
-10
/
+18
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #74416 from SlugFiller/fix-skeleton2d-aabb
Rémi Verschelde
2023-03-08
1
-8
/
+9
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix AABB calculation for meshes using Skeleton2D
SlugFiller
2023-03-05
1
-8
/
+9
*
|
|
|
|
|
|
|
Avoid overflow when calculating ptr address for 3D textures in RenderingDevic...
clayjohn
2023-03-06
1
-1
/
+1
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Add proper default texture filter and repeat modes for Canvas shaders in the ...
clayjohn
2023-03-03
1
-2
/
+18
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #73966 from the-brickster/GLES3_GL_POINT_FIX
Rémi Verschelde
2023-03-02
2
-2
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Commit Fix for GLES3 point size not working
LandoUWB
2023-02-25
2
-2
/
+5
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-26
1
-0
/
+26
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #73622 from ChibiDenDen/patch-2
Rémi Verschelde
2023-02-21
1
-0
/
+5
|
\
\
\
\
\
[next]