Enable cpu-array dynamic vertex data on SGX.
R=robertphillips@google.com
Review URL: https://codereview.appspot.com/7388045
git-svn-id: http://skia.googlecode.com/svn/trunk@7830 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h
index da0c7c3..30995a9 100644
--- a/src/gpu/gl/GrGLUtil.h
+++ b/src/gpu/gl/GrGLUtil.h
@@ -20,9 +20,11 @@
* This list is lazily updated as required.
*/
enum GrGLVendor {
- kIntel_GrGLVendor,
kARM_GrGLVendor,
- kOther_GrGLVendor,
+ kImagination_GrGLVendor,
+ kIntel_GrGLVendor,
+
+ kOther_GrGLVendor
};
#define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \