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

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.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, 3 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/common/gles2_cmd_ids_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
index 030ada2175ba32c81a54f701f9fbbde9a6e86a1b..736979f6440ba07023eeb8d6494f4450e3c7638b 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -209,7 +209,20 @@
OP(DiscardBackbufferCHROMIUM) /* 450 */ \
OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \
OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 453 */
+ OP(MatrixLoadIdentityCHROMIUM) /* 453 */ \
+ OP(GenPathsCHROMIUM) /* 454 */ \
+ OP(DeletePathsCHROMIUM) /* 455 */ \
+ OP(IsPathCHROMIUM) /* 456 */ \
+ OP(PathCommandsCHROMIUM) /* 457 */ \
+ OP(PathParameterfCHROMIUM) /* 458 */ \
+ OP(PathParameteriCHROMIUM) /* 459 */ \
+ OP(PathStencilFuncCHROMIUM) /* 460 */ \
+ OP(StencilFillPathCHROMIUM) /* 461 */ \
+ OP(StencilStrokePathCHROMIUM) /* 462 */ \
+ OP(CoverFillPathCHROMIUM) /* 463 */ \
+ OP(CoverStrokePathCHROMIUM) /* 464 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 465 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 466 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698