summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_graph.h
Commit message (Collapse)AuthorAgeFilesLines
* Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-3/+19
| | | | Co-authored-by: Clay John <claynjohn@gmail.com>
* 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 ↵Dario2024-02-121-1/+2
| | | | RenderingDeviceDriver.
* Improve stage and slice tracking behavior of RenderingDeviceGraph to fix ↵Dario2024-01-261-7/+12
| | | | various synchronization issues.
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+668
Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.