index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
rendering
/
renderer_rd
Age
Commit message (
Expand
)
Author
2022-01-04
Merge pull request #56305 from Calinou/rename-lod-threshold
Rémi Verschelde
2022-01-04
Merge pull request #55386 from Calinou/allow-disable-depth-prepass
Rémi Verschelde
2022-01-04
Merge pull request #55418 from Calinou/voxelgi-dynamic-map-use-16-bit-depth
JFonS
2022-01-04
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-04
Merge pull request #54409 from clayjohn/VULKAN-glow-flicker
Rémi Verschelde
2022-01-04
Merge pull request #55424 from Calinou/voxelgi-remove-unused-struct-fields
Rémi Verschelde
2022-01-04
Merge pull request #55422 from Calinou/gi-shader-remove-unused-define
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Add a shader warning when the uniform buffer limit is exceeded
Yuri Roubinsky
2022-01-03
Merge pull request #56187 from Chaosus/fix_default_texture
Rémi Verschelde
2021-12-31
Fix incorrect updating global uniform buffer
Yuri Roubinsky
2021-12-29
Rename Lod Threshold to Mesh Lod Threshold
Hugo Locurcio
2021-12-23
Fix default texture of unassigned sampler with hint_normal
Yuri Roubinsky
2021-12-10
Rename `hint_aniso` to `hint_anisotropy` in the shader language
Hugo Locurcio
2021-12-10
Merge pull request #43181 from nathanfranke/string-empty
Rémi Verschelde
2021-12-09
Merge pull request #55714 from Geometror/fix-fog-spotlight
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-08
Fix volumetric fog in combination with spotlights
Hendrik Brucker
2021-12-08
Make `compile` shader function to use struct instead long parameter list
Yuri Roubinsky
2021-12-07
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-05
Remove or make verbose some debugging prints
Hugo Locurcio
2021-12-01
Allow using empty statements in the shader, added formatting warning
Yuri Roubinsky
2021-11-28
Remove unused struct fields in VoxelGIData
Hugo Locurcio
2021-11-28
Remove unused code in GI shaders
Hugo Locurcio
2021-11-28
Use 16-bit depth to improve dynamic VoxelGI performance
Hugo Locurcio
2021-11-27
Allow disabling the depth prepass in the Vulkan Clustered backend
Hugo Locurcio
2021-11-26
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
Fix `TIME` using in custom functions of particle shader
Yuri Roubinsky
2021-11-26
Merge pull request #55311 from Chaosus/fix_uniform_array
Rémi Verschelde
2021-11-25
Fix uniform array alignment to fix a bug
Yuri Roubinsky
2021-11-25
Remove disabled debug code in ClusterBuilderRD
Hugo Locurcio
2021-11-25
[macOS / iOS] Use non atomic operation to store facing bits on MoltenVK.
bruvzg
2021-11-24
Merge pull request #51679 from Je06jm/fsr
Rémi Verschelde
2021-11-24
[macOS / iOS] Use storage buffers instead of unsupported images for the volum...
bruvzg
2021-11-23
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-19
Allow passing non-variable constant to const function param in shaders
Yuri Roubinsky
2021-11-18
Fix Depth-Prepass transparency mode
jfons
2021-11-17
Merge pull request #55029 from clayjohn/VULKAN-SRGB
Rémi Verschelde
2021-11-16
Fix SRGB conversions in Vulkan Renderer
clayjohn
2021-11-13
Fix broken light_compute in mobile renderer
Yuri Roubinsky
2021-11-12
Fix multimesh still drawing when visible instances is zero
Brian Semrau
2021-11-12
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-11
Fix shader crashing when using `ALBEDO` or `ALPHA` in light function
Yuri Roubinsky
2021-11-08
Implement CameraEffects override_exposure
Dominic-ATOR
2021-11-06
Added SSIL post processing effect
clayjohn
2021-11-01
Merge pull request #54459 from rxlecky/fix-multimesh-buffer-overflow-53603
Rémi Verschelde
2021-10-31
Fix multimesh buffer overflow in RendererStorageRD
SeleckyErik
2021-10-31
Repaired mistyped of 'threshold' on several files.
M. Huri
2021-10-31
Merge pull request #54403 from briansemrau/fix-small-fogvolume
Rémi Verschelde
2021-10-30
Don't use Texture image caches if they are rendered to
Brian Semrau
[next]