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

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: fix windows build Created 5 years, 5 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 4a3a3d6fa2ec6312330c7c4a28cb9cceb443282b..4661ac83d3ff86fded03151293fd1e353260f04a 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -302,7 +302,20 @@
OP(SwapInterval) /* 543 */ \
OP(MatrixLoadfCHROMIUMImmediate) /* 544 */ \
OP(MatrixLoadIdentityCHROMIUM) /* 545 */ \
- OP(BlendBarrierKHR) /* 546 */
+ OP(GenPathsCHROMIUM) /* 546 */ \
+ OP(DeletePathsCHROMIUM) /* 547 */ \
+ OP(IsPathCHROMIUM) /* 548 */ \
+ OP(PathCommandsCHROMIUM) /* 549 */ \
+ OP(PathParameterfCHROMIUM) /* 550 */ \
+ OP(PathParameteriCHROMIUM) /* 551 */ \
+ OP(PathStencilFuncCHROMIUM) /* 552 */ \
+ OP(StencilFillPathCHROMIUM) /* 553 */ \
+ OP(StencilStrokePathCHROMIUM) /* 554 */ \
+ OP(CoverFillPathCHROMIUM) /* 555 */ \
+ OP(CoverStrokePathCHROMIUM) /* 556 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 557 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 558 */ \
+ OP(BlendBarrierKHR) /* 559 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698