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

Unified Diff: gpu/command_buffer/service/gles2_cmd_validation_autogen.h

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: fix msvc signedness warning in an unittest Created 5 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/command_buffer/service/gles2_cmd_validation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
index 71c0e03e54aa9f680d27ec9e050d772752ee4eb0..1d7ec78bcb921d9d626b464182f315875013778b 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
@@ -50,9 +50,12 @@ ValueValidator<GLenum> matrix_mode;
ValueValidator<GLenum> path_coord_type;
ValueValidator<GLenum> path_cover_mode;
ValueValidator<GLenum> path_fill_mode;
+ValueValidator<GLenum> path_instanced_cover_mode;
+ValueValidator<GLenum> path_name_type;
ValueValidator<GLenum> path_parameter;
ValueValidator<GLint> path_parameter_cap_values;
ValueValidator<GLint> path_parameter_join_values;
+ValueValidator<GLenum> path_transform_type;
ValueValidator<GLenum> pixel_store;
ValueValidator<GLint> pixel_store_alignment;
ValueValidator<GLenum> pixel_type;

Powered by Google App Engine
This is Rietveld 408576698