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

Unified Diff: gpu/GLES2/gl2chromium.h

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: rebase and cleanup ids Created 6 years, 2 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 0dc648d66086d4bd5cc56b761320d5294a6c7c43..5032f6f2ae5f7f09cbbe117c6b28da9e4df7b213 100644
--- a/gpu/GLES2/gl2chromium.h
+++ b/gpu/GLES2/gl2chromium.h
@@ -14,6 +14,7 @@
#define GL_PATH_PROJECTION_CHROMIUM 0x1701
#define GL_PATH_MODELVIEW_MATRIX_CHROMIUM 0x0BA6
#define GL_PATH_PROJECTION_MATRIX_CHROMIUM 0x0BA7
+#define GL_FLAT_CHROMIUM 0x1D00
vmiura 2014/10/03 22:56:01 Why is GL_FLAT_CHROMIUM defined here, and other en
Kimmo Kinnunen 2014/10/06 11:26:13 Good point, I forgot it. Since they were renamed _
#if defined(GLES2_USE_MOJO)
#define GLES2_GET_FUN(name) MojoGLES2gl ## name

Powered by Google App Engine
This is Rietveld 408576698