dolphin/Source/Core/VideoBackends/D3D
2025-03-09 01:42:45 -06:00
..
CMakeLists.txt
D3DBase.cpp
D3DBase.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
D3DBoundingBox.cpp Remove redundant semicolons 2024-08-20 14:59:54 +02:00
D3DBoundingBox.h VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
D3DGfx.cpp VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
D3DGfx.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
D3DMain.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
D3DNativeVertexFormat.cpp Fix out of bounds accesses for invalid vertex component formats 2024-04-04 12:50:34 -07:00
D3DPerfQuery.cpp
D3DPerfQuery.h
D3DState.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
D3DState.h
D3DSwapChain.cpp Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted. 2023-06-19 01:34:42 +03:00
D3DSwapChain.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
D3DVertexManager.cpp VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
D3DVertexManager.h
DXPipeline.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
DXPipeline.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
DXShader.cpp
DXShader.h
DXTexture.cpp VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
DXTexture.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
VideoBackend.h