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
/
gles3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support custom AABB within MultiMesh resources
Arman Elgudzhyan
2024-02-15
2
-4
/
+30
*
Add `--no-header` option to clean output
Anatoli Babenia
2024-02-15
1
-1
/
+1
*
Merge pull request #88205 from 0x0ACB/thread_safe_texture_rid
Rémi Verschelde
2024-02-13
1
-2
/
+2
|
\
|
*
Make `RID_Owner<Texture>` threadsafe in `TextureStorage` for gles3
ACB
2024-02-11
1
-2
/
+2
*
|
Fix shadows for billboarded Sprite3D's
Erik Johnson
2024-02-13
4
-5
/
+21
*
|
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
2
-4
/
+0
|
/
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-3
/
+3
*
Merge pull request #86564 from Giwayume/feature/canvas-item-shader-custom-data
Rémi Verschelde
2024-02-08
5
-21
/
+68
|
\
|
*
Add custom shader attributes to Canvas Item Shaders
Giwayume
2024-01-23
5
-21
/
+68
*
|
Fix various typos with codespell
Rémi Verschelde
2024-02-07
1
-1
/
+1
*
|
OpenGL: Implement 3D Texture support
Alula
2024-02-05
6
-74
/
+420
*
|
Merge pull request #87553 from clayjohn/GLES3-shader-compilation
Rémi Verschelde
2024-01-29
1
-1
/
+1
|
\
\
|
*
|
Significantly improve the speed of shader compilation in compatibility backend
clayjohn
2024-01-24
1
-1
/
+1
*
|
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
|
|
Merge pull request #87386 from clayjohn/GLES3-lightmap-bake
Rémi Verschelde
2024-01-26
8
-82
/
+529
|
\
\
\
|
*
|
|
Add GLES3 infrastructure for lightmap baking in the compatibility backend
clayjohn
2024-01-24
8
-82
/
+529
|
|
/
/
*
|
|
Merge pull request #87495 from jsjtxietian/USE_LIGHT_SHADER_CODE
Yuri Sizov
2024-01-25
2
-6
/
+2
|
\
\
\
|
*
|
|
Clean up outdated `USE_LIGHT_SHADER_CODE` usage
jsjtxietian
2024-01-24
2
-6
/
+2
*
|
|
|
Merge pull request #87460 from BastiaanOlij/stereo_ivec
Yuri Sizov
2024-01-25
1
-0
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add ivec variants to multiview_uv for stereo rendering
Bastiaan Olij
2024-01-23
1
-0
/
+6
*
|
|
|
Merge pull request #87489 from clayjohn/GLES3-scissor
Yuri Sizov
2024-01-24
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Disable scissor test after rendering batches in compatibility renderer
clayjohn
2024-01-22
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #86677 from daustria/debug-modes-opengl
Yuri Sizov
2024-01-24
2
-4
/
+53
|
\
\
\
\
|
*
|
|
|
implement overdraw, lighting, and unshaded debug draw modes for opengl
Dominic Austria
2024-01-08
2
-4
/
+53
*
|
|
|
|
Merge pull request #84894 from clayjohn/tangent-error-message
Yuri Sizov
2024-01-24
3
-2
/
+23
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Store ArrayMesh path in RenderingServer for use in error messages
clayjohn
2023-11-14
3
-2
/
+23
*
|
|
|
|
Merge pull request #87225 from kleonc/transposed-texture-fix-2d-normals
Yuri Sizov
2024-01-22
1
-0
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Fix 2D normals for transposed texture
kleonc
2024-01-15
1
-0
/
+3
*
|
|
|
|
|
Add a reflection mask to the reflection probes.
Marcel Offermans
2024-01-20
2
-0
/
+9
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #87096 from jsjtxietian/save-to-cache
Rémi Verschelde
2024-01-15
2
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Add shader_cache_dir_valid check to _save_to_cache
jsjtxietian
2024-01-12
2
-1
/
+4
|
|
/
/
/
/
*
/
/
/
/
Fix issue where the UV's were off in Compatibility
Jordi Scharp
2024-01-11
1
-5
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #86920 from griffinkh/build_warning_fix
Rémi Verschelde
2024-01-09
1
-4
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix build warning with memset value being too large
Griffin Kroah-Hartman
2024-01-08
1
-4
/
+4
*
|
|
|
Merge pull request #84244 from BastiaanOlij/skip_present_if_needed
Rémi Verschelde
2024-01-08
2
-8
/
+7
|
\
\
\
\
|
*
|
|
|
Skip swapchain logic if there is nothing to present (Android OpenXR)
Bastiaan Olij
2024-01-08
2
-8
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #84733 from clayjohn/GL-CanvasGroup-performance
Rémi Verschelde
2024-01-08
4
-3
/
+20
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Only copy the relevant portion of the screen when copying to backbuffer in Co...
clayjohn
2023-11-11
4
-3
/
+20
*
|
|
|
Merge pull request #85837 from akien-mga/clang-format-16
Rémi Verschelde
2024-01-05
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Style: Mark clang-format 16 as supported for pre-commit hook
Rémi Verschelde
2023-12-06
1
-2
/
+1
*
|
|
|
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
2
-2
/
+2
*
|
|
|
|
|
Fix potential integer underflow in rounded up divisions
EddieBreeg
2024-01-02
1
-6
/
+6
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Use best fit normals for storing screen space normals
clayjohn
2023-12-21
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #86018 from BastiaanOlij/fix_gles_stereo_sky
Rémi Verschelde
2023-12-13
2
-3
/
+12
|
\
\
\
\
|
*
|
|
|
Fix radiance for sky in GLES stereo rendering
Bastiaan Olij
2023-12-12
2
-3
/
+12
*
|
|
|
|
Merge pull request #85811 from clayjohn/2D-render-info
Rémi Verschelde
2023-12-12
2
-13
/
+45
|
\
\
\
\
\
|
*
|
|
|
|
Implement render info counters for the 2D renderer
clayjohn
2023-12-06
2
-13
/
+45
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #84686 from dsnopek/webxr-msaa
Rémi Verschelde
2023-12-12
5
-23
/
+75
|
\
\
\
\
\
|
*
|
|
|
|
Add MSAA support for WebXR
David Snopek
2023-12-11
5
-23
/
+75
[next]