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
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-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
2021-10-30
Merge pull request #54405 from JFonS/fix_instance_index
Rémi Verschelde
2021-10-30
Disallow compute dispatch with zero dimensions.
Brian Semrau
2021-10-30
Fix instance index in forward clustered shader
jfons
2021-10-29
Fix error spammed to output if `FogVolume` is setted to scene
Yuri Roubinsky
2021-10-29
Fix crash when opening a converted `FogMaterial`
Yuri Roubinsky
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
Merge pull request #54222 from JFonS/instance-fade
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-26
Fix shadow disabling on mobile renderer
Joan Fons
2021-10-25
Fix shadow disabling settings
jfons
2021-10-25
Implement distance fade and transparency
JFonS
2021-10-22
Merge pull request #53992 from Calinou/hard-shadow-mapping-allow-dithering
Rémi Verschelde
2021-10-21
Add Soft Very Low shadow quality mode for 3D
Hugo Locurcio
2021-10-21
Fix built-in texture samplers passing for spatial shader mode
Yuri Roubinsky
2021-10-20
Prevent a rendering crash and error spam for uniform texture array
Yuri Roubinsky
2021-10-19
Merge pull request #53972 from zedutch/fix-shader-time-update
Rémi Verschelde
2021-10-19
Merge pull request #53790 from briansemrau/remove-distant-shadowy-void
Rémi Verschelde
2021-10-19
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-18
Fix shaders that use TIME do not force editor to continuously update
Robin Arys
2021-10-15
Swap args of Plane(point, normal) constructor
mennomax
2021-10-15
Merge pull request #53815 from Chaosus/fix_wireframe_render_mode
Rémi Verschelde
2021-10-15
Fix `wireframe` render mode
Yuri Roubinsky
2021-10-14
Remove incorrect fog height density remapping
Brian Semrau
2021-10-14
Fix several issues with directional shadows
Brian Semrau
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
Fix the height fog effect
Brian Semrau
2021-10-13
Added few more built-ins to shader language
Yuri Roubinsky
2021-10-12
Merge pull request #53712 from CakHuri/nullptr
Rémi Verschelde
2021-10-12
Replaced NULL with nullptr
M. Huri
2021-10-12
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
[next]