aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLUtil.h
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2017-10-06 14:28:11 -0600
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-06 21:56:51 +0000
commit4a6a732352fcb1445802dc95a477a943a31a9ac4 (patch)
tree80d28afd539c39bf625efd6b9df8bbe068803cbf /src/gpu/gl/GrGLUtil.h
parent384f0a7d6626026f21313e85e51890d747171ee8 (diff)
CCPR: Blacklist intel 4xxx and 6xxx
Bug: skia: Change-Id: I590725027a6ed66a5612631686f41d62aeeb09fd Reviewed-on: https://skia-review.googlesource.com/56803 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'src/gpu/gl/GrGLUtil.h')
-rw-r--r--src/gpu/gl/GrGLUtil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h
index 59d6b839c3..f1b339f301 100644
--- a/src/gpu/gl/GrGLUtil.h
+++ b/src/gpu/gl/GrGLUtil.h
@@ -55,6 +55,8 @@ enum GrGLRenderer {
kAdreno5xx_GrGLRenderer,
kOSMesa_GrGLRenderer,
kIntelIrisPro_GrGLRenderer,
+ /** Either HD 4xxx or Iris 4xxx */
+ kIntel4xxx_GrGLRenderer,
/** Either HD 6xxx or Iris 6xxx */
kIntel6xxx_GrGLRenderer,
/** T-6xx, T-7xx, or T-8xx */