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
/
rasterizer_scene_gles3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #86138 from EnlightenedOne/master
Thaddeus Crews
2024-11-04
1
-1
/
+6
|
\
|
*
Fix Frustum Sky projection translation logic, all pipelines, fixes 63863
EnlightenedOne
2024-11-02
1
-1
/
+6
*
|
Merge pull request #96705 from elmajime/camera_from_external_feed
Thaddeus Crews
2024-11-04
1
-1
/
+31
|
\
\
|
*
|
Added external camera feed from external plugin on Android
maxime.chambefort
2024-10-30
1
-1
/
+31
|
|
/
*
|
Merge pull request #96819 from clayjohn/GLES3-instance-uniforms
Clay John
2024-10-07
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Implement instance uniforms in Compatibility renderer
clayjohn
2024-09-10
1
-0
/
+1
*
|
Implement vertex shading
ywmaa
2024-09-29
1
-0
/
+3
*
|
Fix compatibility canvas background depth issue
Bastiaan Olij
2024-09-18
1
-0
/
+3
*
|
Merge pull request #97069 from patwork/fix-gles3-update-sky-cubemap
Rémi Verschelde
2024-09-17
1
-1
/
+1
|
\
\
|
*
|
Fix for GLES3 radiance cubemap update
patwork
2024-09-16
1
-1
/
+1
|
|
/
*
/
Use distance to AABB surface to calculate Mesh LOD instead of using supports
clayjohn
2024-09-11
1
-27
/
+14
|
/
*
Sky: No more auto-selecting REALTIME mode if radiance is not 256
Alexis Breust
2024-09-04
1
-1
/
+1
*
Merge pull request #89919 from BlueCube3310/bicubic-lightmap
Rémi Verschelde
2024-08-20
1
-0
/
+14
|
\
|
*
Implement support for bicubic lightmap filtering
BlueCube3310
2024-08-19
1
-0
/
+14
*
|
Add fixed fog to the sky in the Compatibility renderer
clayjohn
2024-08-17
1
-2
/
+10
|
/
*
Merge pull request #93931 from /fix-compatibility-depth_prepass_alpha
Rémi Verschelde
2024-07-20
1
-1
/
+1
|
\
|
*
fix depth_prepass_alpha not work in compatibility mode
GuoShuangyi
2024-07-04
1
-1
/
+1
*
|
Use GL_COLOR_ATTACHMENT in depth prepass when using Multiview.
clayjohn
2024-07-08
1
-1
/
+3
|
/
*
Fix incorrect enabling of post process in OpenGL
Bastiaan Olij
2024-06-24
1
-2
/
+1
*
Merge pull request #93107 from clayjohn/GLES-sky-ambient
Rémi Verschelde
2024-06-14
1
-2
/
+8
|
\
|
*
Ensure sky reflection is updated when ambient mode is set to background
clayjohn
2024-06-12
1
-2
/
+8
*
|
Ensure post processing happens when adjustments are enabled in the Compatibil...
clayjohn
2024-06-11
1
-2
/
+3
|
/
*
Fix depth clear value for uv2 baking in compatibility renderer
wojtekpil
2024-06-07
1
-1
/
+1
*
Fix LOD selection in compatibility backend and clean up LOD code
clayjohn
2024-05-23
1
-20
/
+22
*
Skip rendering sky if viewport is set to transparent background
Bastiaan Olij
2024-05-13
1
-4
/
+6
*
Ensure that environment is available before checking for BCS
clayjohn
2024-05-02
1
-19
/
+24
*
Added premult alpha blending to 3D (spatial) shaders.
QbieShay
2024-05-01
1
-0
/
+5
*
Add adjustments and color correction to Compatibility renderer
clayjohn
2024-04-25
1
-5
/
+37
*
Fixed unshaded mode lightmaps
Oxi
2024-04-17
1
-25
/
+33
*
Add reflection probe support to compatibility renderer using 2 probe approach.
Bastiaan Olij
2024-04-09
1
-176
/
+143
*
Use Reverse Z for the depth buffer
Khasehemwy
2024-04-04
1
-17
/
+26
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-4
/
+4
*
Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decals
Hugo Locurcio
2024-03-07
1
-3
/
+3
*
Merge pull request #88873 from clayjohn/GLES3-compositor-free
Rémi Verschelde
2024-02-27
1
-0
/
+4
|
\
|
*
Add compositor_free branch in Compatibility scene renderer free function
clayjohn
2024-02-26
1
-0
/
+4
*
|
Consistently use system_fbo instead of binding 0 as it is needed for iOS devices
clayjohn
2024-02-25
1
-6
/
+6
|
/
*
Merge pull request #87360 from BastiaanOlij/gles_glow
Rémi Verschelde
2024-02-20
1
-121
/
+188
|
\
|
*
Implement glow/bloom on compatibility renderer
Bastiaan Olij
2024-02-19
1
-121
/
+188
*
|
Implement hooks into renderer
Bastiaan Olij
2024-02-18
1
-1
/
+1
|
/
*
Add optional depth fog
Eidolon
2024-02-17
1
-0
/
+8
*
Fix shadows for billboarded Sprite3D's
Erik Johnson
2024-02-13
1
-4
/
+8
*
Add GLES3 infrastructure for lightmap baking in the compatibility backend
clayjohn
2024-01-24
1
-69
/
+421
*
Merge pull request #86677 from daustria/debug-modes-opengl
Yuri Sizov
2024-01-24
1
-4
/
+48
|
\
|
*
implement overdraw, lighting, and unshaded debug draw modes for opengl
Dominic Austria
2024-01-08
1
-4
/
+48
*
|
Merge pull request #84894 from clayjohn/tangent-error-message
Yuri Sizov
2024-01-24
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Store ArrayMesh path in RenderingServer for use in error messages
clayjohn
2023-11-14
1
-1
/
+3
*
|
Fix radiance for sky in GLES stereo rendering
Bastiaan Olij
2023-12-12
1
-3
/
+11
*
|
Merge pull request #85621 from daustria/opengl-compatibility-wireframe
Yuri Sizov
2023-12-08
1
-6
/
+28
|
\
\
|
*
|
Add wireframe for compatibility mode
Dominic
2023-12-02
1
-6
/
+28
|
|
/
*
|
Merge pull request #85120 from dsnopek/gl-lightmap
Yuri Sizov
2023-12-08
1
-14
/
+113
|
\
\
[next]