dolphin/Source/Core/VideoBackends/D3D
Stenzek 84b990faa0 VideoConfig: Remove bForceCopyToRam field
It's the inverse of supports-copy-to-vram.
2018-02-11 15:29:37 +10:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt D3D: Remove non-existent files from CMakeLists.txt 2017-11-19 00:29:23 -05:00
D3D.vcxproj Remove old XFB logic 2017-11-17 22:11:29 -06:00
D3D.vcxproj.filters Remove old XFB logic 2017-11-17 22:11:29 -06:00
D3DBase.cpp D3DBase: Mark file-scope variables as internally linked where applicable 2017-11-30 23:46:46 -05:00
D3DBase.h D3DBase: Mark file-scope variables as internally linked where applicable 2017-11-30 23:46:46 -05:00
D3DBlob.cpp
D3DBlob.h
D3DShader.cpp
D3DShader.h
D3DState.cpp D3D: Make state cache part of Renderer and not static 2017-11-22 18:17:07 +10:00
D3DState.h D3D: Make state cache part of Renderer and not static 2017-11-22 18:17:07 +10:00
D3DTexture.cpp
D3DTexture.h
D3DUtil.cpp D3DUtil: Remove unused defines 2017-11-19 12:14:18 -05:00
D3DUtil.h D3DUtil: Make file-scope variables internally linked where applicable 2017-11-19 12:12:39 -05:00
DXTexture.cpp AbstractTexture: Fix crash in Vulkan backend when freeing texture 2018-01-26 19:12:11 +10:00
DXTexture.h AbstractTexture: Move Bind() method to Renderer 2018-01-22 13:22:09 +10:00
FramebufferManager.cpp VideoConfig: Make StereoMode an enum class 2017-11-18 23:19:53 -05:00
FramebufferManager.h Remove old XFB logic 2017-11-17 22:11:29 -06:00
GeometryShaderCache.cpp VideoConfig: Make StereoMode an enum class 2017-11-18 23:19:53 -05:00
GeometryShaderCache.h
main.cpp VideoConfig: Remove bForceCopyToRam field 2018-02-11 15:29:37 +10:00
NativeVertexFormat.cpp
PerfQuery.cpp
PerfQuery.h
PixelShaderCache.cpp D3D: Use VideoCommon EFB-to-texture shaders 2017-12-06 03:33:50 +10:00
PixelShaderCache.h D3D: Use VideoCommon EFB-to-texture shaders 2017-12-06 03:33:50 +10:00
PSTextureEncoder.cpp VideoCommon: Rename TextureConversionShader namespace. 2017-12-02 15:17:39 +01:00
PSTextureEncoder.h D3D: Use new readback methods for EFB2RAM 2017-11-22 18:47:04 +10:00
Render.cpp Merge pull request #6303 from TraceBullet/auto-adjust-window-size 2018-01-29 17:28:44 +10:00
Render.h AbstractTexture: Move Bind() method to Renderer 2018-01-22 13:22:09 +10:00
TextureCache.cpp VideoCommon: Drop now unused efb2tex matrix generation. 2017-12-06 09:30:03 +01:00
TextureCache.h VideoCommon: Drop now unused efb2tex matrix generation. 2017-12-06 09:30:03 +01:00
VertexManager.cpp
VertexManager.h D3D/VertexManager: Add missing includes 2017-12-02 20:09:33 -05:00
VertexShaderCache.cpp
VertexShaderCache.h
VideoBackend.h VideoBackend: Remove PeekMessages method 2018-01-27 13:53:55 +10:00