dolphin/Source/Core/VideoBackends/D3D12
Lioncash a99c7d01e1 VideoCommon/Statistics: Normalize statistic variable names
Normalizes all variables related to statistics so that they follow our
coding style.

These are relatively low traffic areas, so this modification isn't too
noisy.
2019-07-10 23:19:10 -04:00
..
BoundingBox.cpp Implement D3D12 backend 2019-04-01 11:24:55 +10:00
BoundingBox.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
CMakeLists.txt Implement D3D12 backend 2019-04-01 11:24:55 +10:00
Common.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
D3D12.vcxproj Implement D3D12 backend 2019-04-01 11:24:55 +10:00
D3D12.vcxproj.filters Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DXContext.cpp D3DCommon: Fallback to base CreateSwapChain on failure 2019-06-08 20:11:49 +10: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 VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
DXShader.h VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() 2019-05-30 03:29:35 -04:00
DXTexture.cpp Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DXTexture.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DXVertexFormat.cpp Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DXVertexFormat.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DescriptorAllocator.cpp Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DescriptorAllocator.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DescriptorHeapManager.cpp Implement D3D12 backend 2019-04-01 11:24:55 +10:00
DescriptorHeapManager.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
PerfQuery.cpp Common/CommonFuncs: Remove now-unneccessary ArraySize function 2019-06-01 10:07:57 -04:00
PerfQuery.h D3D12: Fix case where perf queries weren't flushed 2019-04-01 20:13:39 +10:00
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 Implement D3D12 backend 2019-04-01 11:24:55 +10:00
StreamBuffer.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
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: Normalize statistic variable names 2019-07-10 23:19:10 -04:00
VertexManager.h Implement D3D12 backend 2019-04-01 11:24:55 +10:00
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