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
/
shaders
/
scene_forward_lights_inc.glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow `SCREEN_UV` to be used in light function of spatial shader
Chaosus
2024-11-19
1
-5
/
+5
*
Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...
Dario
2024-10-02
1
-27
/
+27
*
Jitter shadow map dithering pattern across frames when TAA is enabled
Hugo Locurcio
2024-09-24
1
-14
/
+14
*
Merge pull request #96426 from clayjohn/RD-reflection-probe-roughness
Rémi Verschelde
2024-09-03
1
-1
/
+1
|
\
|
*
Use non-linear mapping for ReflectionProbe mip levels to match sky
clayjohn
2024-09-01
1
-1
/
+1
*
|
Various fixes for transmittance effect
clayjohn
2024-06-21
1
-26
/
+33
|
/
*
Properly calculate penumbra for soft shadows with reverse z
clayjohn
2024-04-25
1
-5
/
+5
*
Use Reverse Z for the depth buffer
Khasehemwy
2024-04-04
1
-5
/
+6
*
Reduce the number of samplers used by the scene shaders
clayjohn
2023-12-15
1
-5
/
+5
*
Use render pass uniform set to store viewport samplers.
clayjohn
2023-11-08
1
-7
/
+7
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-1
/
+1
*
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-1
/
+1
*
Merge pull request #77740 from ChibiDenDen/simplify_vulkan
Yuri Sizov
2023-07-12
1
-7
/
+7
|
\
|
*
replace sampler arrays with constant sampler elements
ChibiDenDen
2023-06-22
1
-7
/
+7
*
|
Enable the use of all builtins on the light shader
Manuel Dun
2023-06-08
1
-0
/
+15
|
/
*
Add LIGHT_IS_DIRECTIONAL built-in for spatial shaders
Johan Aires Rastén
2023-04-20
1
-3
/
+5
*
Fix some SpotLight3D issues (clustering artifacts, light leak)
Hendrik Brucker
2023-01-24
1
-2
/
+7
*
Ensure that rim lighting uses a exponent base greater than zero
clayjohn
2022-12-12
1
-1
/
+2
*
Allow black metallic materials to reflect IBL
clayjohn
2022-12-02
1
-1
/
+1
*
Apply energy conservation to LAMBERT_WRAP and TOON diffuse modes by dividing ...
clayjohn
2022-09-12
1
-3
/
+4
*
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-1
/
+2
*
Merge pull request #62547 from clayjohn/ref_vec_pbr
Rémi Verschelde
2022-08-08
1
-3
/
+1
|
\
|
*
Evaluate specular reflections using specular dominant direction instead of as...
clayjohn
2022-06-29
1
-3
/
+1
*
|
Add a shadow opacity property to Light3D
Hugo Locurcio
2022-08-07
1
-4
/
+6
*
|
Treat specular less than 0.02 as occlusion
clayjohn
2022-07-31
1
-1
/
+4
|
/
*
Introduce eye_offset for correcting stereoscopic reflections
Bastiaan Olij
2022-06-17
1
-2
/
+2
*
Initial TAA implementation
jfons
2022-06-07
1
-13
/
+13
*
Fix D_GGX code which can cause divide-by-zero val
snowapril
2022-03-14
1
-3
/
+3
*
Filament specular fix. Clamp dot product between normal and view vectors. Fix...
Darryl Ryan
2022-02-23
1
-2
/
+2
*
Use Filament specular models and parametrization
clayjohn
2022-02-22
1
-90
/
+39
*
remove normal_to_panorama from spotlight projector
Bartłomiej Dusak
2022-02-09
1
-3
/
+3
*
Fix shader crashing when using `ALBEDO` or `ALPHA` in light function
Yuri Roubinsky
2021-11-11
1
-26
/
+11
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-5
/
+5
*
Fix shadow disabling settings
jfons
2021-10-25
1
-5
/
+5
*
Add Soft Very Low shadow quality mode for 3D
Hugo Locurcio
2021-10-21
1
-3
/
+3
*
Fix shader crash on using METALLIC and ROUGHNESS built-ins in light func
Yuri Roubinsky
2021-10-11
1
-5
/
+7
*
Merge pull request #50883 from BastiaanOlij/mobile_hdr
Bastiaan Olij
2021-08-26
1
-1
/
+1
|
\
|
*
Scale color output in the mobile renderer to provide HDR support
Bastiaan Olij
2021-08-23
1
-1
/
+1
*
|
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
|
/
*
Improvements to SpotLight3D and OmniLight3D's shadows
jfons
2021-08-19
1
-51
/
+91
*
Merge pull request #51025 from reduz/fix-directional-shadow-bias
Rémi Verschelde
2021-08-13
1
-20
/
+5
|
\
|
*
Fix directional shadow bias
reduz
2021-07-29
1
-20
/
+5
*
|
Use f0 instead of albedo in blinn and phong
clayjohn
2021-08-10
1
-2
/
+2
*
|
Make Blinn and Phong specular modes PBR
clayjohn
2021-08-09
1
-7
/
+5
|
/
*
Implement more rendering options as specialization constants
reduz
2021-07-19
1
-50
/
+60
*
Use specialization constants in clustered renderer
reduz
2021-07-12
1
-57
/
+41
*
Fix Subsurface Scattering
reduz
2021-07-05
1
-23
/
+19
*
Fix shader compilation with render_mode: `specular_phong`
Yuri Roubinsky
2021-06-09
1
-0
/
+4
*
Removes deleted OrenNayar mode from shaders and materials
Yuri Roubinsky
2021-06-08
1
-5
/
+0
*
Create mobile renderer
Bastiaan Olij
2021-05-03
1
-0
/
+1023