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
/
servers
/
rendering
/
renderer_rd
/
environment
/
gi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-1
/
+1
|
\
|
*
Resolve load and store ops automatically for render passes for discardable te...
Dario
2024-11-25
1
-1
/
+1
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
|
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
SDFGI: fix crash if update_data is nullptr
Garteal
2024-07-19
1
-0
/
+4
*
Use Reverse Z for the depth buffer
Khasehemwy
2024-04-04
1
-3
/
+8
*
Fix Volumetric Fog VoxelGI updates
bitsawer
2024-03-01
1
-0
/
+6
*
Acyclic Command Graph for RenderingDevice.
Dario
2024-01-08
1
-27
/
+40
*
Fix potential integer underflow in rounded up divisions
EddieBreeg
2024-01-02
1
-2
/
+2
*
Merge pull request #81167 from bitsawer/fix_sdfgi_editor_change
Rémi Verschelde
2023-10-25
1
-0
/
+5
|
\
|
*
Reset SDFGI when changing editor scene tabs
bitsawer
2023-08-30
1
-0
/
+5
*
|
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-34
/
+34
|
/
*
Clear SDFGI textures when created
bitsawer
2023-08-28
1
-42
/
+31
*
Merge pull request #80356 from darksylinc/voxelgi-dispatch-underflow
Rémi Verschelde
2023-08-07
1
-2
/
+2
|
\
|
*
Fix integer underflow when rounding up in VoxelGI
Matias N. Goldberg
2023-08-06
1
-2
/
+2
*
|
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-1
/
+1
|
/
*
Conditionally free GI and FOG resources, they may not have been created
Bastiaan Olij
2023-05-22
1
-12
/
+34
*
Fix additional cases of breakage of rendering effects
Pedro J. Estébanez
2023-05-03
1
-14
/
+0
*
Fix unsupported sampler filter used for voxel GI
Pedro J. Estébanez
2023-04-26
1
-1
/
+3
*
Fix breakages of volumetric fog on voxel GI changes
Pedro J. Estébanez
2023-04-26
1
-8
/
+10
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-10
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Don't attempt to create or use an R8_UINT texture as storage if VRS is not su...
clayjohn
2022-12-16
1
-1
/
+5
*
Code simplifications
Markus Sauermann
2022-10-18
1
-1
/
+2
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
Merge pull request #66898 from aaronfranke/proj-mat-columns
Rémi Verschelde
2022-10-05
1
-6
/
+6
|
\
|
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-6
/
+6
*
|
Adding getters to RenderTarget and implementing override functionality for XR
Bastiaan Olij
2022-10-05
1
-2
/
+2
|
/
*
Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...
Bastiaan Olij
2022-10-04
1
-60
/
+75
*
Extracting render buffers and changing it to a more generic solution
Bastiaan Olij
2022-09-01
1
-129
/
+114
*
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-6
/
+95
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-3
/
+3
*
Fix resource leaks in VoxelGI
Bastiaan Olij
2022-08-09
1
-12
/
+39
*
Merge pull request #63589 from RandomShaper/sdfgi_debug_pc
Rémi Verschelde
2022-08-02
1
-20
/
+10
|
\
|
*
Keep SdfgiDebug shader's push constant size <= 128
Pedro J. Estébanez
2022-07-29
1
-20
/
+10
*
|
Changed storage structs to private
Bastiaan Olij
2022-08-01
1
-20
/
+20
|
/
*
Restructure environment in render implementation
Bastiaan Olij
2022-07-29
1
-25
/
+25
*
Change RendererSceneRender::GeometryInstance so more code is shared among ren...
Bastiaan Olij
2022-07-27
1
-5
/
+5
*
Move Sky(RD) into environment
Bastiaan Olij
2022-07-26
1
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-8
/
+8
*
Fix various typos not caught by codespell
luz paz
2022-07-21
1
-1
/
+1
*
Merge pull request #62834 from RandomShaper/fix_vk_sky_error
Rémi Verschelde
2022-07-18
1
-1
/
+5
|
\
|
*
Bind correct default resource type in GI
Pedro J. Estébanez
2022-07-08
1
-1
/
+5
*
|
Merge pull request #62848 from RandomShaper/shader_writability_improvement
Rémi Verschelde
2022-07-18
1
-3
/
+4
|
\
\
|
*
|
Make SDFGI direct light shader follow the same-writability rule
Pedro J. Estébanez
2022-07-18
1
-3
/
+4
|
|
/
*
/
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-17
1
-88
/
+120
|
/
*
Merge pull request #62344 from BastiaanOlij/extract_dependencies
Rémi Verschelde
2022-07-06
1
-11
/
+6
|
\
|
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-11
/
+6
[next]