summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_graph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-9/+72
|\
| * Resolve load and store ops automatically for render passes for discardable te...Dario2024-11-251-9/+72
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-2/+5
|\|
| * Improve dependency detection in render graph for draw lists with partial cove...Dario2024-11-191-2/+5
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Improve graph's detection of intersection between draw lists.Dario2024-11-111-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+2
|\|
| * Add dependency detection improvements to the render graph.Dario2024-11-011-0/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+18
|\|
| * Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+18
| |\
| | * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+18
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-0/+6
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-1/+4
|\| |
| * | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-1/+4
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-3/+6
* Add support for enhanced barriers in D3D12.Dario2024-05-201-7/+19
* Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-3/+19
* Remove tracking logic for input attachments as it's not necessary.Dario2024-02-211-2/+0
* Add validation to render graph for draw and compute lists.Dario2024-02-141-0/+2
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-1/+2
* Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...Dario2024-01-261-7/+12
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+668