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

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: improve parameter validation and write up the extension .txt file 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/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 869bac9bfbcdb9b4218c35278dab1f5211b3941e..8539adb48fde08ffffef8f1439661111c8fc3f03 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -249,7 +249,22 @@
OP(ScheduleOverlayPlaneCHROMIUM) /* 490 */ \
OP(MatrixLoadfCHROMIUM) /* 491 */ \
OP(MatrixLoadfCHROMIUMImmediate) /* 492 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 493 */
+ OP(MatrixLoadIdentityCHROMIUM) /* 493 */ \
+ OP(GenPathsCHROMIUM) /* 494 */ \
+ OP(DeletePathsCHROMIUM) /* 495 */ \
+ OP(PathCommandsCHROMIUM) /* 496 */ \
+ OP(PathParameterfCHROMIUM) /* 497 */ \
+ OP(PathParameteriCHROMIUM) /* 498 */ \
+ OP(PathStencilFuncCHROMIUM) /* 499 */ \
+ OP(StencilFillPathCHROMIUM) /* 500 */ \
+ OP(StencilFillPathInstancedCHROMIUM) /* 501 */ \
+ OP(StencilStrokePathCHROMIUM) /* 502 */ \
+ OP(StencilStrokePathInstancedCHROMIUM) /* 503 */ \
+ OP(PathTexGenCHROMIUM) /* 504 */ \
+ OP(CoverFillPathCHROMIUM) /* 505 */ \
+ OP(CoverFillPathInstancedCHROMIUM) /* 506 */ \
+ OP(CoverStrokePathCHROMIUM) /* 507 */ \
+ OP(CoverStrokePathInstancedCHROMIUM) /* 508 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698