summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@users.noreply.github.com>2017-04-18 22:16:32 +1000
committerGitHub <noreply@github.com>2017-04-18 22:16:32 +1000
commitd1dc9d5a0ccbe17f47b74517a0636751de9f888c (patch)
tree8423523f082705e253cc37f81f98cbf250878715 /Source/Core/VideoCommon/BPStructs.cpp
parent16a947a88b6fee5ce96373550140bcb4b3911565 (diff)
parentfd896bd9e051dd29b4186e6b028067ecade4b515 (diff)
Merge pull request #5284 from stenzek/vulkan-videocommon-blending-state
Vulkan: Use BlendingState from VideoCommon
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp
index 774754839b..cd6f84f446 100644
--- a/Source/Core/VideoCommon/BPStructs.cpp
+++ b/Source/Core/VideoCommon/BPStructs.cpp
@@ -152,10 +152,6 @@ static void BPWritten(const BPCmd& bp)
if (bp.changes & 0xF002) // logicopenable | logicmode
SetLogicOpMode();
- // Set Dithering Mode
- if (bp.changes & 4) // dither
- SetDitherMode();
-
// Set Color Mask
if (bp.changes & 0x18) // colorupdate | alphaupdate
SetColorMask();
@@ -1383,7 +1379,6 @@ void BPReload()
SetScissor();
SetDepthMode();
SetLogicOpMode();
- SetDitherMode();
SetBlendMode();
SetColorMask();
OnPixelFormatChange();