summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_graph.h
Commit message (Expand)AuthorAgeFilesLines
* Add dependency detection improvements to the render graph.Dario2024-11-011-0/+2
* Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+18
|\
| * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+18
* | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-0/+6
* | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-1/+4
|/
* 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