aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLUtil.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-02-13 09:00:39 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-13 09:00:39 -0800
commita8fcea0cd09080de45143f2726059398cd8b8049 (patch)
tree565354fac163fe4a948d8ff58d2166ced749d801 /src/gpu/gl/GrGLUtil.h
parente36914cb205699526988127a827d1a76c9a98d39 (diff)
Limit clear as draw workaround to Adreno 3xx.
This causes more problems than it fixes on the Nexus 6. Review URL: https://codereview.chromium.org/917313005
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 570694af31..3646de548e 100644
--- a/src/gpu/gl/GrGLUtil.h
+++ b/src/gpu/gl/GrGLUtil.h
@@ -45,6 +45,8 @@ enum GrGLRenderer {
kTegra3_GrGLRenderer,
kPowerVR54x_GrGLRenderer,
kPowerVRRogue_GrGLRenderer,
+ kAdreno3xx_GrGLRenderer,
+ kAdreno4xx_GrGLRenderer,
kOther_GrGLRenderer
};