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 #92287 from clayjohn/LOD-safe-fixes
Rémi Verschelde
2024-05-28
2
-21
/
+23
|
\
|
*
Fix LOD selection in compatibility backend and clean up LOD code
clayjohn
2024-05-23
2
-21
/
+23
*
|
[DisplayServer] Add method to check if window transparency is supported and e...
bruvzg
2024-05-23
4
-0
/
+33
|
/
*
Stereo rendering: Fix omni lights
Bastiaan Olij
2024-05-22
2
-3
/
+10
*
Merge pull request #80232 from Calinou/vulkan-pipeline-cache-improve-messages
Rémi Verschelde
2024-05-20
1
-3
/
+3
|
\
|
*
Improve warning messages related to Vulkan pipeline cache
Hugo Locurcio
2024-03-26
1
-3
/
+3
*
|
Merge pull request #91853 from semensanyok/fix-compatibility-gles3-load-compr...
Rémi Verschelde
2024-05-18
1
-6
/
+10
|
\
\
|
*
|
fix compatibility gles3 driver load of compressed layered GL_TEXTURE_2D_ARRAY
semensanyok
2024-05-17
1
-6
/
+10
*
|
|
Use COM smart pointers to handle COM objects safely
Lalit Shankar Chowdhury
2024-05-16
2
-43
/
+21
*
|
|
Merge pull request #92000 from clayjohn/vram-debugger
Rémi Verschelde
2024-05-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Increase coverage of VRAM debugger and add support to RD backends
clayjohn
2024-05-15
1
-1
/
+1
*
|
|
|
Merge pull request #91846 from rburing/multimesh_cache_me_if_you_can
Rémi Verschelde
2024-05-14
1
-9
/
+10
|
\
\
\
\
|
*
|
|
|
Fix MultiMesh buffer cache in transforms-only case
Ricardo Buring
2024-05-11
1
-9
/
+10
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #91642 from BastiaanOlij/fix_transparent_sky
Rémi Verschelde
2024-05-14
1
-4
/
+6
|
\
\
\
\
|
*
|
|
|
Skip rendering sky if viewport is set to transparent background
Bastiaan Olij
2024-05-13
1
-4
/
+6
|
|
/
/
/
*
/
/
/
Add optional driver workaround to RenderingDevice for Adreno 6XX.
Dario
2024-05-13
3
-0
/
+30
|
/
/
/
*
|
|
Apply additional fixes to servers' threading
Pedro J. Estébanez
2024-05-08
1
-2
/
+5
*
|
|
OpenGL: Honor separate management of RT's backbuffer FBO and texture upon clear
Pedro J. Estébanez
2024-05-08
1
-1
/
+3
*
|
|
Merge pull request #91619 from AThousandShips/find_improve
Rémi Verschelde
2024-05-08
3
-4
/
+4
|
\
\
\
|
*
|
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
3
-4
/
+4
*
|
|
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
|
/
/
/
*
|
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
1
-1
/
+1
*
|
|
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-1
/
+1
*
|
|
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
2
-9
/
+9
|
\
\
\
|
*
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-9
/
+9
*
|
|
|
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+1
|
/
/
/
*
|
|
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
5
-1
/
+15
*
|
|
Ensure that environment is available before checking for BCS
clayjohn
2024-05-02
1
-19
/
+24
*
|
|
Merge pull request #89114 from AThousandShips/vec_elem_scalar
Rémi Verschelde
2024-05-02
3
-7
/
+4
|
\
\
\
|
*
|
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
3
-7
/
+4
*
|
|
|
fix typo in e41064388e67cc9bec320ee467757089b150bf20 breaking gles3
semensanyok
2024-05-02
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #91399 from QbieShay/qbe/fix-pmul-name
Rémi Verschelde
2024-05-01
2
-8
/
+8
|
\
\
\
|
*
|
|
reverted naming to premul alpha (no T)
QbieShay
2024-05-01
2
-8
/
+8
|
|
/
/
*
/
/
Ensure global shader sampler parameters are initialized when loading the editor
Chris Clyne
2024-05-01
1
-6
/
+2
|
/
/
*
|
Added premult alpha blending to 3D (spatial) shaders.
QbieShay
2024-05-01
4
-1
/
+16
*
|
Fix arm64/Windows build.
bruvzg
2024-04-30
1
-1
/
+1
*
|
Merge pull request #91100 from bruvzg/x_finks
Rémi Verschelde
2024-04-29
2
-3
/
+63
|
\
\
|
*
|
Add symlink API support for Windows, expose symlink methods.
bruvzg
2024-04-28
2
-3
/
+63
*
|
|
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #71975 from AThousandShips/file_case_warning
Rémi Verschelde
2024-04-29
1
-10
/
+55
|
\
\
\
|
*
|
|
[Windows] Improve warning for path casing.
A Thousand Ships
2024-04-27
1
-10
/
+55
|
|
/
/
*
|
|
Merge pull request #61006 from bruvzg/libbacktrce
Rémi Verschelde
2024-04-29
2
-0
/
+46
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate...
bruvzg
2024-04-22
2
-0
/
+46
*
|
|
Fix issue in shadow to opacity
Bastiaan Olij
2024-04-26
1
-9
/
+2
*
|
|
Merge pull request #91176 from clayjohn/GL-adjustments
Rémi Verschelde
2024-04-26
9
-414
/
+105
|
\
\
\
|
*
|
|
Add adjustments and color correction to Compatibility renderer
clayjohn
2024-04-25
9
-414
/
+105
|
|
/
/
*
|
|
Merge pull request #91169 from DarioSamo/render_pass_2_fallback_fix
Rémi Verschelde
2024-04-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix crash on compatibility fallback when vkCreateRenderPass2KHR is unavailable.
Dario
2024-04-25
1
-1
/
+1
*
|
|
|
Merge pull request #90920 from clayjohn/2D-light-cull
Rémi Verschelde
2024-04-26
1
-4
/
+6
|
\
\
\
\
[next]