summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/renderer_storage_rd.h
AgeCommit message (Expand)Author
2022-05-03Merge pull request #51102 from Calinou/renderingserver-add-api-version-getterRémi Verschelde
2022-05-03Add `get_video_adapter_api_version()` to RenderingServerHugo Locurcio
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-04-17Moved particles into ParticlesStorageBastiaan Olij
2022-04-17Move light, reflection probe and lightmap into LightStorageBastiaan Olij
2022-04-17Merge canvas and decal into TextureStorage and add render targetBastiaan Olij
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij
2022-03-31Extract global variable, shader and material storageBastiaan Olij
2022-03-21Extract Decal and Decal atlas from Storage classBastiaan Olij
2022-03-17Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enumHugo Locurcio
2022-03-16Split dummy renderer classes into separate filesBastiaan Olij
2022-03-08Merge pull request #49447 from Calinou/remove-shadow-color-propertyRémi Verschelde
2022-03-06Add a UniformSet cachereduz
2022-03-04Remove unused `shadow_color` property from Light3DHugo Locurcio
2022-02-25Implement distance fade properties in OmniLight3D and SpotLight3DHugo Locurcio
2022-02-22Fix GPUParticles2D emission offset in global coordsfloppyhammer
2022-02-15Add Particle Shader Userdatareduz
2022-02-05Optimize and fix backbuffer gaussian blurclayjohn
2022-01-19Merge pull request #54489 from briansemrau/texture-delete-updateRémi Verschelde
2022-01-11New OpenGL batching canvas rendererclayjohn
2022-01-04Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-rangeRémi Verschelde
2022-01-04Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde
2022-01-04Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio
2021-12-10Add `RenderingServer.get_video_adapter_type()` methodHugo Locurcio
2021-12-08Decrease the default dynamic range in VoxelGIData to 2.0Hugo Locurcio
2021-11-23Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm
2021-11-12Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky
2021-11-01Fix materials not updating when texture replaced/deletedBrian Semrau
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-12Replaced NULL with nullptrM. Huri
2021-09-29Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio
2021-09-26Fix GPUParticles3D generate AABBCaptainProton42
2021-08-17Fixes to mobile rendererreduz
2021-08-17Fix incorrect uniform buffer size for particlesYuri Roubinsky
2021-08-12Use real_t and double where appropriate in ParticlesAaron Franke
2021-08-09Use doubles for time in many other placesAaron Franke
2021-07-25Use fragment shader instead of compute shader for effects for mobile rendererBastiaan Olij
2021-07-12Use specialization constants in clustered rendererreduz
2021-07-07Fix material invalidation on reimport.reduz
2021-07-06Unify material parameter updatereduz
2021-07-03Fix Render Inforeduz
2021-07-02Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-30Deprecate ImmediateGeometryreduz
2021-06-29Improve RID_Owner memory usagereduz
2021-06-16Refactor VisibilityNotifier3Dreduz
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-06-05Rename GI Classesreduz