summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_driver.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #87872 from RandomShaper/d3d12_tex_mem_is_lifeRémi Verschelde2024-02-271-1/+1
|\ | | | | | | Direct3D 12: Enhance management of texture data life cycle
| * Direct3D 12: Enhance management of texture data life cyclePedro J. Estébanez2024-02-271-1/+1
| |
* | Merge execute and present commands for RenderingDeviceDriver.Dario2024-02-191-2/+1
|/
* Finish splitting functionality of the Vulkan and D3D12 backends into ↵Dario2024-02-121-25/+105
| | | | RenderingDeviceDriver.
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+11
| | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
* Fix msvc 14.1 complains about "atempting to reference a deleted function"jsjtxietian2023-12-251-0/+2
| | | | in RenderPassClearValue
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+687
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>