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_storage_rd.h
Age
Commit message (
Expand
)
Author
2022-05-03
Merge pull request #51102 from Calinou/renderingserver-add-api-version-getter
Rémi Verschelde
2022-05-03
Add `get_video_adapter_api_version()` to RenderingServer
Hugo Locurcio
2022-04-29
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-17
Moved particles into ParticlesStorage
Bastiaan Olij
2022-04-17
Move light, reflection probe and lightmap into LightStorage
Bastiaan Olij
2022-04-17
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-02
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
Bastiaan Olij
2022-03-31
Extract global variable, shader and material storage
Bastiaan Olij
2022-03-21
Extract Decal and Decal atlas from Storage class
Bastiaan Olij
2022-03-17
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum
Hugo Locurcio
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij
2022-03-08
Merge pull request #49447 from Calinou/remove-shadow-color-property
Rémi Verschelde
2022-03-06
Add a UniformSet cache
reduz
2022-03-04
Remove unused `shadow_color` property from Light3D
Hugo Locurcio
2022-02-25
Implement distance fade properties in OmniLight3D and SpotLight3D
Hugo Locurcio
2022-02-22
Fix GPUParticles2D emission offset in global coords
floppyhammer
2022-02-15
Add Particle Shader Userdata
reduz
2022-02-05
Optimize and fix backbuffer gaussian blur
clayjohn
2022-01-19
Merge pull request #54489 from briansemrau/texture-delete-update
Rémi Verschelde
2022-01-11
New OpenGL batching canvas renderer
clayjohn
2022-01-04
Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-range
Rémi Verschelde
2022-01-04
Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter
Rémi Verschelde
2022-01-04
Merge pull request #56305 from Calinou/rename-lod-threshold
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-10
Add `RenderingServer.get_video_adapter_type()` method
Hugo Locurcio
2021-12-08
Decrease the default dynamic range in VoxelGIData to 2.0
Hugo Locurcio
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-01
Fix materials not updating when texture replaced/deleted
Brian Semrau
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-12
Replaced NULL with nullptr
M. Huri
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-26
Fix GPUParticles3D generate AABB
CaptainProton42
2021-08-17
Fixes to mobile renderer
reduz
2021-08-17
Fix incorrect uniform buffer size for particles
Yuri Roubinsky
2021-08-12
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-09
Use doubles for time in many other places
Aaron Franke
2021-07-25
Use fragment shader instead of compute shader for effects for mobile renderer
Bastiaan Olij
2021-07-12
Use specialization constants in clustered renderer
reduz
2021-07-07
Fix material invalidation on reimport.
reduz
2021-07-06
Unify material parameter update
reduz
2021-07-03
Fix Render Info
reduz
2021-07-02
Remove leftovers from the DirectionalLight3D Optimized shadow depth range
Hugo Locurcio
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-30
Deprecate ImmediateGeometry
reduz
2021-06-29
Improve RID_Owner memory usage
reduz
2021-06-16
Refactor VisibilityNotifier3D
reduz
2021-06-13
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-05
Rename GI Classes
reduz
[next]