summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_graph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not check for command intersections when not using the write list.Dario2024-11-201-1/+1
* Improve dependency detection in render graph for draw lists with partial cove...Dario2024-11-191-16/+30
* Improve graph's detection of intersection between draw lists.Dario2024-11-111-9/+10
* Add dependency detection improvements to the render graph.Dario2024-11-011-9/+33
* Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+40
|\
| * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+40
* | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-2/+7
* | Improve synchronization of rendering commands after changes from transfer que...Dario2024-10-211-3/+15
|/
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+9
* Add support for enhanced barriers in D3D12.Dario2024-05-201-42/+99
* Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-26/+57
* Fix incorrect memory read when capacity changes in RD Graph.Dario2024-04-291-4/+5
* Fixes `RenderingDevice::get_driver_resource` will crash or give incorrect res...jsjtxietian2024-04-081-3/+3
* Remove tracking logic for input attachments as it's not necessary.Dario2024-02-211-9/+0
* Add validation to render graph for draw and compute lists.Dario2024-02-141-0/+12
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-12/+17
* Improve stage and slice tracking behavior of RenderingDeviceGraph to fix vari...Dario2024-01-261-57/+138
* Fix memory leak from not clearing the buffer barrier vector properly on the r...Dario2024-01-181-0/+1
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+1930