dolphin/Source/Core/VideoBackends/D3D
Dentomologist 5b4df5ae98 VideoBackend: Rename GetName to GetConfigName
Make the function name more explicit and a better match for
GetDisplayName.

Change NAME to CONFIG_NAME while I'm at it.
2025-10-13 17:38:20 -07: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 Replace 'reinterpret_cast' with 'static_cast' 2024-11-08 07:26:47 +01:00
D3DBoundingBox.h
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 VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00
D3DNativeVertexFormat.cpp Fix out of bounds accesses for invalid vertex component formats 2024-04-04 12:50:34 -07:00
D3DPerfQuery.cpp Use range-based loops - Core VideoBackends 2025-04-14 21:49:08 +02:00
D3DPerfQuery.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
D3DState.cpp VideoBackends / VideoCommon: rename member variables in RenderState to be consistent 2025-08-23 13:50:22 -05:00
D3DState.h VideoBackends: allow custom pixel uniforms to be passed to the vertex shader as well 2025-08-17 18:55:40 -05:00
D3DSwapChain.cpp
D3DSwapChain.h VideoBackends: Use DXGI 1.6 and D3D11_4 2025-02-02 09:02:35 +01:00
D3DVertexManager.cpp VideoBackends: allow custom pixel uniforms to be passed to the vertex shader as well 2025-08-17 18:55:40 -05:00
D3DVertexManager.h VideoBackends: allow custom pixel uniforms to be passed to the vertex shader as well 2025-08-17 18:55:40 -05:00
DXPipeline.cpp VideoBackends / VideoCommon: rename member variables in RenderState to be consistent 2025-08-23 13:50:22 -05: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 Fix bugs related to AbstractStagingTextures that perform an Upload (write to existing texture). This code path had probably never been used before. 2025-08-12 23:43:55 -07:00
DXTexture.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
VideoBackend.h VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00