summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/renderer_scene_render_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-1/+1
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+1
|\|
| * Merge pull request #86138 from EnlightenedOne/masterThaddeus Crews2024-11-041-0/+1
| |\
| | * Fix Frustum Sky projection translation logic, all pipelines, fixes 63863EnlightenedOne2024-11-021-0/+1
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\| |
| * | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Jitter shadow map dithering pattern across frames when TAA is enabledHugo Locurcio2024-09-241-0/+1
* Implement support for bicubic lightmap filteringBlueCube33102024-08-191-0/+9
* Make RenderSceneData take projection correction into accountBastiaan Olij2024-06-271-0/+1
* Disable camera_effects on some debug draw modeChristopheClaustre2024-06-191-1/+52
* Skip rendering sky if viewport is set to transparent backgroundBastiaan Olij2024-05-131-0/+4
* Fixed unshaded mode lightmapsOxi2024-04-171-0/+1
* Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decalsHugo Locurcio2024-03-071-1/+8
* Implement hooks into rendererBastiaan Olij2024-02-181-1/+73
* Fix shadows for billboarded Sprite3D'sErik Johnson2024-02-131-0/+1
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-10/+2
* Use best fit normals for storing screen space normalsclayjohn2023-12-211-1/+1
* Ensure 2D MSAA resolve is performed when 3D content but no 2D content in sceneBastiaan Olij2023-11-161-0/+3
* Merge pull request #83649 from BastiaanOlij/no_2d_stereoRémi Verschelde2023-10-251-1/+15
|\
| * Skip 2D rendering if stereo enabled and fix MSAA2D with 3D issue.Bastiaan Olij2023-10-201-1/+15
* | Add an extra backbuffer color texture that can be used when an upscaler is in...Dario2023-10-171-6/+20
|/
* Use internal texture at internal resolution for calculating luminance.Dario2023-09-291-1/+1
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-12/+25
* Improve visual feedback when using the motion vectors debug view option.Dario2023-08-281-2/+1
* Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-081-0/+4
|\
| * Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+4
* | Fix various typos with codespellRémi Verschelde2023-08-071-3/+3
|/
* Draw frustum splices ontop of direction shadow atlas for debug purposesBastiaan Olij2023-06-111-13/+38
* Take 3D resolution scaling into account for mesh LODArman Elgudzhyan2023-05-201-1/+6
* Merge pull request #69001 from dzil123/fix_rendering_checksRémi Verschelde2023-02-131-0/+2
|\
| * Fix various missing rendering parameter checksdzil1232022-11-221-0/+2
* | Add layer slice support to render device and render buffersBastiaan Olij2023-02-031-3/+3
* | Fix SSAO/SSIl being applied to reflection probesBastiaan Olij2023-01-301-5/+7
* | Make screen texture and depth texture work in MultiviewBastiaan Olij2023-01-251-0/+10
* | Improving communication of scaling settings to renderer implementationBastiaan Olij2023-01-131-5/+2
* | Move luminance effect into its own class and use new buffers systemBastiaan Olij2023-01-071-69/+16
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Merge pull request #70253 from BastiaanOlij/cleanup_sky_renderRémi Verschelde2022-12-231-3/+13
|\ \
| * | Cleanup and improve sky renderBastiaan Olij2022-12-231-3/+13
* | | Move SDFGI update logic into clustered rendererBastiaan Olij2022-12-241-93/+0
|/ /
* | Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-9/+4
* | Check if VRS is supported on creating VRS objectLily Garcia2022-12-071-1/+4
* | Implement CAMERA_VISIBLE_LAYERS as built-in shader variableNumbuhFour2022-12-031-0/+1
|/
* Make some Image methods statickobewi2022-10-141-15/+5
* Use radial distance for making LOD decisions.TechnoPorg2022-10-121-1/+0
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-051-5/+5