summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/renderer_scene_render_rd.h
AgeCommit message (Expand)Author
2022-02-04Enable 16-bit shadow atlas by default in the RenderingServer methodsHugo Locurcio
2022-01-26Merge pull request #54574 from Ansraer/glow_mapRémi Verschelde
2022-01-24Minor fixes to shadow atlases:jfons
2022-01-20add support for glow mapsAnsraer
2022-01-19Merge pull request #54489 from briansemrau/texture-delete-updateRémi Verschelde
2022-01-17Allow using between 1 and 8 cascades for SDFGIHugo Locurcio
2022-01-11New OpenGL batching canvas rendererclayjohn
2022-01-04Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde
2022-01-04Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename Lod Threshold to Mesh Lod ThresholdHugo 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-06Added SSIL post processing effectclayjohn
2021-11-01Fix materials not updating when texture replaced/deletedBrian Semrau
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-07Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio
2021-09-29Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio
2021-09-28Fix access to render target texture for XR interfacesBastiaan Olij
2021-08-23Scale color output in the mobile renderer to provide HDR supportBastiaan Olij
2021-08-19Improvements to SpotLight3D and OmniLight3D's shadowsjfons
2021-08-17Fixes to mobile rendererreduz
2021-08-15Fix read from screen and depth textureBastiaan Olij
2021-08-13Implemented raster versions of bokeh shaders to replace broken gaussian imple...Bastiaan Olij
2021-08-06Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij
2021-07-25Merge pull request #50644 from BastiaanOlij/mobile_compute_to_fragmentRémi Verschelde
2021-07-25Use fragment shader instead of compute shader for effects for mobile rendererBastiaan Olij
2021-07-19Implement more rendering options as specialization constantsreduz
2021-07-15Fixes to forward mobilereduz
2021-07-15Merge pull request #49678 from BastiaanOlij/mobile_renderer_select_color_formatJuan Linietsky
2021-07-13Use 32bit instead of 64bit 3D render buffer on mobileBastiaan Olij
2021-07-12Use specialization constants in clustered rendererreduz
2021-07-03Fix Render Inforeduz
2021-07-03Properly override virtual functions in render_scene_render_rd and subclassesBastiaan Olij
2021-06-14Merge pull request #49576 from clayjohn/VULKAN-SSAO-uniform-setsRémi Verschelde
2021-06-13Store SSAO uniform sets per viewportclayjohn
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-06-05Rename GI Classesreduz
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-10Split RenderDataRD struct from RenderState struct to simplify passing our ren...Bastiaan Olij
2021-05-03Assorted fixes to UV unwrapping and GPU lightmapperjfons
2021-05-03Create mobile rendererBastiaan Olij
2021-04-23Implement occlusion cullingjfons
2021-04-21Fix reflection probeBastiaan Olij
2021-04-09Remove low_end option from renderer, being replaced by separate implementationBastiaan Olij
2021-04-05Move clustered renderer functionalityBastiaan Olij
2021-03-11Removed time duplicate from ForwardClustered. Just use the variable from its ...Bastiaan Olij
2021-03-11Moving RendererStorageRD *storage to protected, no sense duplicating it in fo...Bastiaan Olij
2021-03-04Renamed SDGIShader to SDFGIShader and moved a bunch of things to privateBastiaan Olij
2021-02-25Moving GI code into RendererServerGIRDBastiaan Olij