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
/
renderer_scene_render_rd.cpp
Age
Commit message (
Expand
)
Author
2022-02-15
Merge pull request #57904 from V-Sekai/fix_double_free_warning
Rémi Verschelde
2022-02-10
Merge pull request #57104 from clayjohn/VULKAN-sky-conflict
Rémi Verschelde
2022-02-10
Fix _free_render_buffer_data freeing shared half_texture and half_fb
SaracenOne
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-26
Merge pull request #54574 from Ansraer/glow_map
Rémi Verschelde
2022-01-25
Merge pull request #53954 from Chaosus/fix_quit_errors
Rémi Verschelde
2022-01-24
Minor fixes to shadow atlases:
jfons
2022-01-23
Update Sky lights in sky setup function
clayjohn
2022-01-20
add support for glow maps
Ansraer
2022-01-20
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-19
Merge pull request #54489 from briansemrau/texture-delete-update
Rémi Verschelde
2022-01-18
Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascades
Rémi Verschelde
2022-01-17
Fix volumetric fog memory leak on resize
clayjohn
2022-01-17
Allow using between 1 and 8 cascades for SDFGI
Hugo Locurcio
2022-01-11
New OpenGL batching canvas renderer
clayjohn
2022-01-08
Use fill() to fill an entire image instead of setting pixels individually.
Anilforextra
2022-01-05
Merge pull request #56220 from williamd67/GPULightmapper-implement-sky-ambien...
JFonS
2022-01-04
Merge pull request #56305 from Calinou/rename-lod-threshold
Rémi Verschelde
2022-01-04
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-29
Rename Lod Threshold to Mesh Lod Threshold
Hugo Locurcio
2021-12-24
GPULightmapper: react on sky ambient properties
William Deurwaarder
2021-12-10
Merge pull request #43181 from nathanfranke/string-empty
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-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-12
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-08
Implement CameraEffects override_exposure
Dominic-ATOR
2021-11-06
Added SSIL post processing effect
clayjohn
2021-11-01
Fix materials not updating when texture replaced/deleted
Brian Semrau
2021-10-31
Merge pull request #54403 from briansemrau/fix-small-fogvolume
Rémi Verschelde
2021-10-30
Disallow compute dispatch with zero dimensions.
Brian Semrau
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-21
Add Soft Very Low shadow quality mode for 3D
Hugo Locurcio
2021-10-19
Merge pull request #53790 from briansemrau/remove-distant-shadowy-void
Rémi Verschelde
2021-10-18
Fix errors on quitting from an empty project
Yuri Roubinsky
2021-10-15
Swap args of Plane(point, normal) constructor
mennomax
2021-10-14
Fix several issues with directional shadows
Brian Semrau
2021-10-07
Remove unimplemented `Environment.ambient_light_occlusion_color` property
Hugo Locurcio
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-28
Fix access to render target texture for XR interfaces
Bastiaan Olij
2021-09-25
Construct values only when necessary.
Anilforextra
2021-09-23
Construct values only when necessary.
Anilforextra
2021-08-26
Optionally scale 3D render content
Bastiaan Olij
2021-08-23
Scale color output in the mobile renderer to provide HDR support
Bastiaan Olij
[next]