pcsx2/plugins/GSdx/Renderers/DX11
lightningterror 6bcd118b62 gsdx-d3d11: Adjust anisotropic filtering handle.
Previous behaviour:
Anisotropic filtering was continuing to run even with Nearest filtering.
On opengl it doesn't run on nearest filtering. The gui for both
renderers also greys out aniso when nearest is selected.

Anisotropic filtering being able to run on palette texture. This caused
to break the rendering on palette textures for games that use it.

PR behavior:
The PR corrects both of these behaviors, Aniso won't run on palette
textures as well as nearest filtering.

Test cases for observing the issues were used: Star Ocean 3, Fifa
Street.
2020-01-26 22:02:19 +01:00
..
GSDevice11.cpp gsdx-d3d11: Adjust anisotropic filtering handle. 2020-01-26 22:02:19 +01:00
GSDevice11.h gsdx-d3d11: Adjust anisotropic filtering handle. 2020-01-26 22:02:19 +01:00
GSRendererDX11.cpp gsdx-d3d11: Fetch the texture PSM format rather than the context format in texture sampler. 2019-10-21 23:23:22 +02:00
GSRendererDX11.h GSdx-d3d11: Partial port of EmulateBlending() from OGL renderer to DX11 renderer and ps_blend() from OGL shader to DX11 shader (only accumulation blend). 2019-06-13 13:25:46 +02:00
GSTexture11.cpp gsdx-d3d11: Remove remaining uav (UnorderedAccessView) code, it wasn't used 2019-06-16 20:42:28 +02:00
GSTexture11.h gsdx-d3d11: Remove remaining uav (UnorderedAccessView) code, it wasn't used 2019-06-16 20:42:28 +02: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: Adjust anisotropic filtering handle. 2020-01-26 22:02:19 +01:00