blob: 738e80186b81063e73c3dca621a944c872dcce10 [file] [log] [blame]
reed@google.combf858b72011-01-19 19:04:04 +00001#ifndef GrGLConfig_chrome_DEFINED
2#define GrGLConfig_chrome_DEFINED
3
reed@google.com664a8432011-01-25 15:24:55 +00004// chrome always assumes BGRA
bsalomon@google.com4be283f2011-04-19 21:15:09 +00005#define GR_GL_32BPP_COLOR_FORMAT GR_GL_BGRA
reed@google.combf858b72011-01-19 19:04:04 +00006
bsalomon@google.com3723a482011-02-17 21:47:25 +00007// glGetError() forces a sync with gpu process on chrome
bsalomon@google.com4be283f2011-04-19 21:15:09 +00008#define GR_GL_CHECK_ERROR_START 0
9
10// ANGLE creates a temp VB for vertex attributes not specified per-vertex.
11#define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD
bsalomon@google.com3723a482011-02-17 21:47:25 +000012
reed@google.combf858b72011-01-19 19:04:04 +000013#endif