pcsx2/plugins/GSdx/Renderers/DX11
lightningterror d4b62444d1 gsdx-d3d11: Adjust fbmask code on d3d11.
Add the remaining code and separate it in levels because dx sux.

Basic blending mode -> doesn't enable fbmask on texture shuffle and
triangle primitives.

Medium -> doesn't enable fbmask on triangle primitives.

High mode- >  fully enables fbmask, note it's still not on par with
opengl because we miss sw blending for some games.

Also keep in mind that High Blending option on d3d11 is like 1/3 of
Basic Blending option on GL.
2019-04-23 15:24:04 +02:00
..
GSDevice11.cpp GSdx-d3d11: Enable break on D3D message 2019-04-08 00:45:50 +02:00
GSDevice11.h gsdx-d3d11: Partial port of frame buffer masking from opengl. 2019-04-22 05:07:42 +02:00
GSRendererDX11.cpp gsdx-d3d11: Adjust fbmask code on d3d11. 2019-04-23 15:24:04 +02:00
GSRendererDX11.h gsdx-d3d11: Adjust fbmask code on d3d11. 2019-04-23 15:24:04 +02:00
GSTexture11.cpp gsdx-hw: Completely remove MSAA from renderer code. 2019-01-15 19:13:14 +01:00
GSTexture11.h gsdx: remove dds parameter from texture save method 2018-12-30 20:13:59 +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: Move GSTexturecache files from Common to HW renderer. 2019-02-11 18:18:02 +01:00
GSTextureFX11.cpp gsdx-d3d11: Partial port of frame buffer masking from opengl. 2019-04-22 05:07:42 +02:00