Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge execute and present commands for RenderingDeviceDriver. | Dario | 2024-02-19 | 1 | -2/+4 |
| | |||||
* | Finish splitting functionality of the Vulkan and D3D12 backends into ↵ | Dario | 2024-02-12 | 1 | -25/+183 |
| | | | | RenderingDeviceDriver. | ||||
* | Acyclic Command Graph for RenderingDevice. | Dario | 2024-01-08 | 1 | -0/+7 |
| | | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice. | ||||
* | Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts | Pedro J. Estébanez | 2023-12-20 | 1 | -0/+482 |
Credit and thanks to @bruzvg for multiple build fixes, update of 3rd-party items and MinGW support. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> |