summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/renderer_scene_render_rd.h
AgeCommit message (Expand)Author
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-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
2021-02-10Make Servers truly Thread Safereduz
2021-02-07Improve SDFGI indirect light feedback loopreduz
2021-02-07Invert spotlight angle attenuationjfons
2021-02-06Simplify Volumetric Fogreduz
2021-02-05Added temporal reprojection to Volumetric Fogreduz
2021-02-04Rewrote how barriers work for faster renderingreduz
2021-01-24Shadow map rendering optimizationreduz
2021-01-24Several GI related optimizations and fixesreduz
2021-01-19Added GPU based cluster builderreduz
2021-01-19Shader optimizations to reduce VGPR usage and increase occupancyreduz
2021-01-06Added ability to visualize native shadersreduz
2021-01-05Rewrite render code to be more cache and thread friendly.reduz
2021-01-05Reorganize renderer code.reduz