Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: gpu/GLES2/gl2chromium.h

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/GLES2/gl2chromium.h
diff --git a/gpu/GLES2/gl2chromium.h b/gpu/GLES2/gl2chromium.h
index 42889dd3fa355ab45fe371d08835fb482c4920ea..675c61513b7632c70b7565b45ae0257e61775af8 100644
--- a/gpu/GLES2/gl2chromium.h
+++ b/gpu/GLES2/gl2chromium.h
@@ -10,6 +10,9 @@
#include <GLES2/gl2platform.h>
#define GL_CONTEXT_LOST 0x300E
+#define GL_MATRIX_MODE 0x0BA0
piman 2014/04/11 22:19:27 nit: GL_MATRIX_MODE_CHROMIUM (same below)
Kimmo Kinnunen 2014/04/15 16:16:58 Removed GL_MATRIX_MODE_CHROMIUM. Done (for below)
+#define GL_MODELVIEW 0x1700
+#define GL_PROJECTION 0x1701
#if defined(GLES2_USE_MOJO)
#define GLES2_GET_FUN(name) MojoGLES2gl ## name

Powered by Google App Engine
This is Rietveld 408576698