summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_rd/storage_rd/render_scene_buffers_rd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-4/+5
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-4/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-67/+73
* Expose more state in RenderSceneBuffersRDBastiaan Olij2024-07-151-0/+6
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+1
* Clear RIDs of weight buffers when freeing to avoid double freeclayjohn2024-04-091-1/+2
* Fix: Address mobile resource leaks in renderDavid Sullivan2024-03-151-0/+7
* Implement hooks into rendererBastiaan Olij2024-02-181-6/+9
* Default to 32-bit depth map on Forward+ renderer and 24-bit only on Mobile re...clayjohn2024-01-101-2/+10
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-2/+2
* Use render pass uniform set to store viewport samplers.clayjohn2023-11-081-3/+0
* Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-12/+48
* Merge pull request #81775 from darksylinc/matias-taa-msaaRémi Verschelde2023-09-241-1/+1
|\
| * Fix massive validation errors when enabling TAA + MSAAMatias N. Goldberg2023-09-161-1/+1
* | Fix mipmap bias behavior by refactoring how samplers are created by Material ...Dario2023-09-061-20/+30
|/
* Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-261-33/+92
* Fixing issues with SSIL artifactsBastiaan Olij2023-02-241-2/+2
* Fix issue with default textures requiring arrays when using multiviewBastiaan Olij2023-02-221-0/+10
* Add layer slice support to render device and render buffersBastiaan Olij2023-02-031-35/+30
* Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depthRémi Verschelde2023-01-261-0/+10
|\
| * Make screen texture and depth texture work in MultiviewBastiaan Olij2023-01-251-0/+10
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|/
* Improving communication of scaling settings to renderer implementationBastiaan Olij2023-01-131-7/+3
* Move luminance effect into its own class and use new buffers systemBastiaan Olij2023-01-071-22/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix errors related to reflection probe now using a render buffers objectBastiaan Olij2022-12-261-4/+9
* Cleanup and improve sky renderBastiaan Olij2022-12-231-0/+19
* Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-051-2/+56
* Move cluster builder, sdfgi and gi structures to clustered renderer, move lig...Bastiaan Olij2022-10-041-33/+0
* Fix uniform buffer being created every frame is SSAO and SSIL half_size is di...Bastiaan Olij2022-09-131-0/+5
* Fixed MSAA initialisation in clustered forward rendererBastiaan Olij2022-09-121-1/+3
* Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-0/+559