aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLUtil.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-07 22:39:01 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-07 22:39:01 +0000
commit6dee8759ab8c90dcffd76f114eec333405fd176e (patch)
tree240c8b7ef8de06dba838a34abd246a6bb54b14da /src/gpu/gl/GrGLUtil.h
parentf04c21dd64895cda33edb39199cee59b2f00083c (diff)
Add workaround for Xoom crashing after discard removed from shader.
R=robertphillips@google.com TBR=robertphillips@google.com BUG=skia:2149 Author: bsalomon@google.com Review URL: https://codereview.chromium.org/133703016 git-svn-id: http://skia.googlecode.com/svn/trunk@13373 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGLUtil.h')
-rw-r--r--src/gpu/gl/GrGLUtil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h
index eb49cefc42..b99487a1af 100644
--- a/src/gpu/gl/GrGLUtil.h
+++ b/src/gpu/gl/GrGLUtil.h
@@ -31,6 +31,7 @@ enum GrGLVendor {
};
enum GrGLRenderer {
+ kTegra2_GrGLRenderer,
kTegra3_GrGLRenderer,
kOther_GrGLRenderer