dolphin/Source/Core/VideoBackends/D3D12
Connor McLaughlin dea2b9c509
Merge pull request #8258 from CookiePLMonster/dx11.1-detection-fixes
D3D11 resources refactor and DX11.1 feature detection fixes
2019-07-30 01:24:57 +10:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt
Common.h
D3D12.vcxproj
D3D12.vcxproj.filters
DescriptorAllocator.cpp
DescriptorAllocator.h
DescriptorHeapManager.cpp
DescriptorHeapManager.h
DXContext.cpp Fixes for WRL usage - QueryInterface is explicitly mentioned as not to be used with WRL ComPtr 2019-07-26 19:38:58 +02:00
DXContext.h D3D12: Remove unnecessary includes in DXContext.h 2019-06-08 20:12:15 +10:00
DXPipeline.cpp D3D12: Support returning pipeline cache data 2019-04-16 00:34:34 +10:00
DXPipeline.h D3D12: Support returning pipeline cache data 2019-04-16 00:34:34 +10:00
DXShader.cpp D3DCommon/Shader: Use std::optional with CompileShader() 2019-07-26 20:06:14 -04:00
DXShader.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
DXTexture.cpp
DXTexture.h
DXVertexFormat.cpp
DXVertexFormat.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
PerfQuery.cpp VideoCommon: Remove unused MathUtil.h include from VideoCommon.h 2019-07-16 20:54:34 -04:00
PerfQuery.h
Renderer.cpp VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
Renderer.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
StreamBuffer.cpp
StreamBuffer.h
SwapChain.cpp D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10:00
SwapChain.h D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10:00
VertexManager.cpp VideoCommon/Statistics: Rename stats global to g_stats 2019-07-10 23:34:54 -04:00
VertexManager.h
VideoBackend.cpp AbstractPipeline: Support returning "cache data" 2019-04-16 00:09:47 +10:00
VideoBackend.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00