aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrCaps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
index 817d7152d6..ac4de03ed8 100644
--- a/include/gpu/GrCaps.h
+++ b/include/gpu/GrCaps.h
@@ -74,6 +74,8 @@ public:
bool avoidInstancedDrawsToFPTargets() const { return fAvoidInstancedDrawsToFPTargets; }
+ bool blacklistCoverageCounting() const { return fBlacklistCoverageCounting; }
+
bool avoidStencilBuffers() const { return fAvoidStencilBuffers; }
/**
@@ -210,6 +212,7 @@ protected:
// Driver workaround
bool fUseDrawInsteadOfClear : 1;
bool fAvoidInstancedDrawsToFPTargets : 1;
+ bool fBlacklistCoverageCounting : 1;
bool fAvoidStencilBuffers : 1;
// ANGLE workaround