commit | 8ef3fd0ca6595adb9a8172c84dc0c55c9c096e09 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 21 15:53:13 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 21 15:53:13 2011 +0000 |
tree | 0f7bfc41bf95f886ae3867f137e95c198047750d | |
parent | 3d60812865bb034851da777a91413ab584929887 [diff] [blame] |
Add support for GL_CHROMIUM_flipy Review URL: http://codereview.appspot.com/5413051/ git-svn-id: http://skia.googlecode.com/svn/trunk@2723 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrGLDefines.h b/include/gpu/GrGLDefines.h index 94e7cb5..650646d 100644 --- a/include/gpu/GrGLDefines.h +++ b/include/gpu/GrGLDefines.h
@@ -174,6 +174,7 @@ #define GR_GL_COLOR_CLEAR_VALUE 0x0C22 #define GR_GL_COLOR_WRITEMASK 0x0C23 #define GR_GL_UNPACK_ALIGNMENT 0x0CF5 +#define GR_GL_UNPACK_FLIP_Y 0x9240 #define GR_GL_PACK_ALIGNMENT 0x0D05 #define GR_GL_MAX_TEXTURE_SIZE 0x0D33 #define GR_GL_MAX_VIEWPORT_DIMS 0x0D3A