dolphin/Source/Core/VideoBackends/D3D
shuffle2 c8166951a0 Merge pull request #5418 from MerryMage/config-again-and-again
VideoConfig: Port to layered configuration system
2017-06-05 21:11:04 -07:00
..
BoundingBox.cpp
BoundingBox.h
CMakeLists.txt D3D: Drop redundant interface TextureEncoder 2017-04-04 22:57:23 +10:00
D3D.vcxproj upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
D3D.vcxproj.filters might as well update yet some more pointless version numbers.. 2017-06-03 18:20:40 -07:00
D3DBase.cpp GameConfigLoader: Add GFX Game INI translations 2017-06-03 18:13:02 +01:00
D3DBase.h D3D11: Fix error on startup with >2.5xIR selected 2017-03-10 23:41:20 +10:00
D3DBlob.cpp
D3DBlob.h
D3DShader.cpp
D3DShader.h
D3DState.cpp
D3DState.h D3D/Render: Use std::array where applicable 2017-05-28 23:28:00 -04:00
D3DTexture.cpp D3D11: Drop unused method ReplaceRGBATexture2D 2017-03-04 22:37:10 +10:00
D3DTexture.h D3D11: Drop unused method ReplaceRGBATexture2D 2017-03-04 22:37:10 +10:00
D3DUtil.cpp
D3DUtil.h
FramebufferManager.cpp VideoCommon: Move some common initialization logic to RenderBase 2017-03-04 16:42:16 +10:00
FramebufferManager.h VideoCommon: Move some common initialization logic to RenderBase 2017-03-04 16:42:16 +10:00
GeometryShaderCache.cpp Unify the way of setting game ID, title ID, revision 2017-03-09 15:34:14 +01:00
GeometryShaderCache.h
main.cpp HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
NativeVertexFormat.cpp VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr 2017-02-18 03:16:24 -05:00
PerfQuery.cpp
PerfQuery.h
PixelShaderCache.cpp Unify the way of setting game ID, title ID, revision 2017-03-09 15:34:14 +01:00
PixelShaderCache.h
PSTextureEncoder.cpp VideoBackends: Support updated texture encoding shader generators 2017-04-12 00:11:22 +10:00
PSTextureEncoder.h VideoBackends: Support updated texture encoding shader generators 2017-04-12 00:11:22 +10:00
Render.cpp Fix for loop in D3D Renderer ApplyState function 2017-05-29 23:32:32 -05:00
Render.h VideoCommon: Drop SetDitherMode() 2017-04-18 21:55:22 +10:00
Television.cpp
Television.h
TextureCache.cpp TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
TextureCache.h TextureCache: Support compressed textures and pass pitch/size to upload 2017-04-29 00:14:23 +10:00
VertexManager.cpp
VertexManager.h VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr 2017-02-18 03:16:24 -05:00
VertexShaderCache.cpp Unify the way of setting game ID, title ID, revision 2017-03-09 15:34:14 +01:00
VertexShaderCache.h
VideoBackend.h
XFBEncoder.cpp
XFBEncoder.h