pcsx2/plugins/GSdx/Renderers/DX11
Kojin dc2eed6ca1 gsdx-d3d11: Fix CopyOffscreen bug
Update CopyOffscreen to accept the ps_shader value when doing StretchRect.
This fixes an issue where it was selecting the wrong PS for depth cache read.

Should (hopefully) fix SMT.
2018-12-23 15:20:04 +01:00
..
GSDevice11.cpp gsdx-d3d11: Fix CopyOffscreen bug 2018-12-23 15:20:04 +01:00
GSDevice11.h gsdx-osd: Update m_font to use unique_ptr 2018-12-20 15:32:04 +01:00
GSRendererDX11.cpp GSdx-d3d: Add remaining code for RGB channel. 2018-12-17 11:50:16 +01:00
GSRendererDX11.h GSdx-d3d: Add support for channel shuffle in GSRendererDX. 2018-12-13 01:47:10 +01:00
GSTexture11.cpp gsdx-d3d11: Add equality check for GSTexture11 2018-12-17 11:43:15 +01:00
GSTexture11.h gsdx-d3d11: Add equality check for GSTexture11 2018-12-17 11:43:15 +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-d3d: update blend table to use src1 blending and remove the nasty hack which we couldn't before because of d3d9. 2018-12-22 22:53:09 +01:00