godot/drivers/d3d12
Dario 5216ef5f9c Add dependency detection improvements to the render graph.
- Buffers changing their usage are no longer treated as write usage unless the API requires it.
- Draw lists are not treated as being dependent on each other if their regions do not intersect despite both being write commands.
- Particles were tweaked to use different unused buffers to reduce dependencies.
2024-11-01 09:46:52 -03:00
..
d3d12_godot_nir_bridge.h Add Direct3D 12 RenderingDevice implementation 2023-12-12 19:10:04 +01:00
d3d12ma.cpp [LLVM/MinGW] Fix/suppress DX12 related warnings. 2024-06-19 23:40:06 +03:00
dxil_hash.cpp CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00
dxil_hash.h D3D12: Get rid of DXIL.dll! 2024-07-11 17:56:45 +02:00
rendering_context_driver_d3d12.cpp D3D12: Avoid crash on exit 2024-08-02 18:18:10 +02:00
rendering_context_driver_d3d12.h [LLVM/MinGW] Fix/suppress DX12 related warnings. 2024-06-19 23:40:06 +03:00
rendering_device_driver_d3d12.cpp Add dependency detection improvements to the render graph. 2024-11-01 09:46:52 -03:00
rendering_device_driver_d3d12.h Implement asynchronous transfer queues, thread guards on RenderingDevice. Add ubershaders and rework pipeline caches for Forward+ and Mobile. 2024-10-02 15:11:58 -03:00
SCsub CI: Add MinGW/GCC build to Windows GHA 2024-10-10 10:10:55 -05:00