Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tracking logic for input attachments as it's not necessary. | Dario | 2024-02-21 | 1 | -9/+0 |
| | |||||
* | Add validation to render graph for draw and compute lists. | Dario | 2024-02-14 | 1 | -0/+12 |
| | |||||
* | Finish splitting functionality of the Vulkan and D3D12 backends into ↵ | Dario | 2024-02-12 | 1 | -12/+17 |
| | | | | RenderingDeviceDriver. | ||||
* | Improve stage and slice tracking behavior of RenderingDeviceGraph to fix ↵ | Dario | 2024-01-26 | 1 | -57/+138 |
| | | | | various synchronization issues. | ||||
* | Fix memory leak from not clearing the buffer barrier vector properly on the ↵ | Dario | 2024-01-18 | 1 | -0/+1 |
| | | | | render graph. | ||||
* | Acyclic Command Graph for RenderingDevice. | Dario | 2024-01-08 | 1 | -0/+1930 |
Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice. |