pcsx2/plugins/GSdx/Renderers/DX11
lightningterror c511ce80d2 GSdx-d3d: Add support for channel shuffle in GSRendererDX.
Split the code from GSRendererDX to GSRendererDX9 and GSRendererDX11. We
ensure d3d9 doesn't blow up with regressions, add required code to
GSRendererDX11 to properly support channel shuffle.

Note the feature is still not yet complete, copy function needs to be
implemented (suggested by Gregory) but it can be done at a later date,
this still fixes a bunch of issues on various games.
2018-12-13 01:47:10 +01:00
..
GSDevice11.cpp GSdx-d3d: Support depth as texture. 2018-12-10 00:17:04 +01:00
GSDevice11.h GSdx-d3d: Add support to write in depth buffer. 2018-12-10 00:17:04 +01:00
GSRendererDX11.cpp GSdx-d3d: Add support for channel shuffle in GSRendererDX. 2018-12-13 01:47:10 +01:00
GSRendererDX11.h GSdx-d3d: Add support for channel shuffle in GSRendererDX. 2018-12-13 01:47:10 +01:00
GSTexture11.cpp GSdx-d3d: Support depth as texture. 2018-12-10 00:17:04 +01:00
GSTexture11.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSTextureCache11.cpp GSdx-TC11: Add support for depth formats in Direct3D11 Texture Cache. 2018-12-10 00:17:04 +01:00
GSTextureCache11.h GSdx: Enable Texture Cache and RendererHW to support depth on Direct3D11. 2018-12-10 00:17:04 +01:00
GSTextureFX11.cpp GSdx-d3d11: Add the shader fetch in GSTextureFX11. 2018-12-13 01:47:10 +01:00