summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_scene_render.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-2/+3
|\
| * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-2/+3
* | Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-3/+1
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-0/+5
* Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-241-1/+2
* Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+1
* Implement hooks into rendererBastiaan Olij2024-02-181-1/+24
* Add optional depth fogEidolon2024-02-171-1/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-1/+0
* Implement CAMERA_VISIBLE_LAYERS as built-in shader variableNumbuhFour2022-12-031-1/+2
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-38/+0
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-2/+2
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-1/+1
|\
| * Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* | Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde2022-09-011-2/+4
|\ \
| * | Add Environment properties to control fog rendering on background skyHugo Locurcio2022-09-011-2/+4
| |/
* | Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-7/+7
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-19/+5
|/
* Merge pull request #63527 from BastiaanOlij/rework_environmentRémi Verschelde2022-07-291-29/+136
|\
| * Restructure environment in render implementationBastiaan Olij2022-07-291-29/+136
* | Allow changing mipmap LOD bias when FSR 1.0 scaling is not usedHugo Locurcio2022-07-281-1/+1
|/
* Change RendererSceneRender::GeometryInstance so more code is shared among ren...Bastiaan Olij2022-07-271-36/+11
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-7/+7
* Rename soft shadow quality project settings for easier searchingHugo Locurcio2022-07-131-2/+2
* Initial TAA implementationjfons2022-06-071-3/+4
* Fix "ortogonal" -> "orthogonal" typo in rasterizer codeHugo Locurcio2022-04-261-4/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* Enable 16-bit shadow atlas by default in the RenderingServer methodsHugo Locurcio2022-02-041-2/+2
* add support for glow mapsAnsraer2022-01-201-1/+1
* Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-171-1/+1
* Added material_overlay property to MeshInstance3DFernando Cosentino2022-01-051-0/+1
* Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-041-1/+1
|\
| * Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-291-1/+1
* | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-041-1/+3
|\ \
| * | Added SSIL post processing effectclayjohn2021-11-061-1/+3
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| |/ |/|
* | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-231-1/+1
|/
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-2/+8
* Implement distance fade and transparencyJFonS2021-10-251-0/+3
* Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio2021-10-071-1/+1
* Implement more rendering options as specialization constantsreduz2021-07-191-0/+3
* Use specialization constants in clustered rendererreduz2021-07-121-0/+2
* Fix Render Inforeduz2021-07-031-1/+2
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-3/+21
* Rename GI Classesreduz2021-06-051-7/+7
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-10/+10
* Implement occlusion cullingjfons2021-04-231-1/+1