aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gpu/gl/GrGLCaps.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
index 1c0f655a4c..a731f9407b 100644
--- a/src/gpu/gl/GrGLCaps.cpp
+++ b/src/gpu/gl/GrGLCaps.cpp
@@ -2704,14 +2704,6 @@ void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo,
if (kPowerVRRogue_GrGLRenderer == ctxInfo.renderer()) {
fBlacklistCoverageCounting = true;
}
-
- // CCPR edge AA is busted on Mesa, Sandy Bridge/Bay Trail.
- // http://skbug.com/8162
- if (kMesa_GrGLDriver == ctxInfo.driver() &&
- (kIntelSandyBridge_GrGLRenderer == ctxInfo.renderer() ||
- kIntelBayTrail_GrGLRenderer == ctxInfo.renderer())) {
- fBlacklistCoverageCounting = true;
- }
}
void GrGLCaps::onApplyOptionsOverrides(const GrContextOptions& options) {