aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2018-03-29 23:16:55 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-29 23:17:07 +0000
commitdf1681ec06619f54b73f65008203ecbe822bf87e (patch)
tree92b861b8db2a2f266bb18565c1a2a430f3db30c6 /include/gpu
parentf5b418839f2e43ec9f92ed9a5f873eb9cf63f713 (diff)
Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers"
This reverts commit 03616574024a7f321e885e5ab6fc575746573109. Reason for revert: Caused more bad golds than it fixed Original change's description: > vulkan: Blacklist MSAA path renderer on Qualcomm drivers > > Bug: skia:7758 > Change-Id: I96b5c259352949d67f5e0263a7164cdce54b3269 > Reviewed-on: https://skia-review.googlesource.com/117152 > Reviewed-by: Derek Sollenberger <djsollen@google.com> > Reviewed-by: Greg Daniel <egdaniel@google.com> > Commit-Queue: Chris Dalton <csmartdalton@google.com> TBR=djsollen@google.com,egdaniel@google.com,csmartdalton@google.com Change-Id: I80714a4cba7d495bc6ad89616b6c5f6eb8492bdb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:7758 Reviewed-on: https://skia-review.googlesource.com/117340 Reviewed-by: Chris Dalton <csmartdalton@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrCaps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
index 984e0ef573..02a51a092d 100644
--- a/include/gpu/GrCaps.h
+++ b/include/gpu/GrCaps.h
@@ -73,8 +73,6 @@ public:
bool blacklistCoverageCounting() const { return fBlacklistCoverageCounting; }
- bool blacklistMSAAPathRenderer() const { return fBlacklistMSAAPathRenderer; }
-
bool avoidStencilBuffers() const { return fAvoidStencilBuffers; }
/**
@@ -294,7 +292,6 @@ protected:
// Driver workaround
bool fBlacklistCoverageCounting : 1;
- bool fBlacklistMSAAPathRenderer : 1;
bool fAvoidStencilBuffers : 1;
// ANGLE performance workaround