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

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 Created 5 years, 6 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 ba8f073ca42f40bc4d0bf21b6ecc727dea6beba6..8e926bdf1dd0102ede82a4c9c2e292cd9bc6ab60 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -301,7 +301,20 @@
OP(SwapInterval) /* 542 */ \
OP(MatrixLoadfCHROMIUMImmediate) /* 543 */ \
OP(MatrixLoadIdentityCHROMIUM) /* 544 */ \
- OP(BlendBarrierKHR) /* 545 */
+ OP(GenPathsCHROMIUM) /* 545 */ \
+ OP(DeletePathsCHROMIUM) /* 546 */ \
+ OP(IsPathCHROMIUM) /* 547 */ \
+ OP(PathCommandsCHROMIUM) /* 548 */ \
+ OP(PathParameterfCHROMIUM) /* 549 */ \
+ OP(PathParameteriCHROMIUM) /* 550 */ \
+ OP(PathStencilFuncCHROMIUM) /* 551 */ \
+ OP(StencilFillPathCHROMIUM) /* 552 */ \
+ OP(StencilStrokePathCHROMIUM) /* 553 */ \
+ OP(CoverFillPathCHROMIUM) /* 554 */ \
+ OP(CoverStrokePathCHROMIUM) /* 555 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 556 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 557 */ \
+ OP(BlendBarrierKHR) /* 558 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698