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

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.h

Issue 1241433003: Rebind EGL context to flush driver caches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 4661ac83d3ff86fded03151293fd1e353260f04a..2b0941bbda81369eda0432eb3049f9e37a1be89f 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -300,22 +300,23 @@
OP(DiscardBackbufferCHROMIUM) /* 541 */ \
OP(ScheduleOverlayPlaneCHROMIUM) /* 542 */ \
OP(SwapInterval) /* 543 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 544 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 545 */ \
- 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 */
+ OP(FlushDriverCachesCHROMIUM) /* 544 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 545 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 546 */ \
+ OP(GenPathsCHROMIUM) /* 547 */ \
+ OP(DeletePathsCHROMIUM) /* 548 */ \
+ OP(IsPathCHROMIUM) /* 549 */ \
+ OP(PathCommandsCHROMIUM) /* 550 */ \
+ OP(PathParameterfCHROMIUM) /* 551 */ \
+ OP(PathParameteriCHROMIUM) /* 552 */ \
+ OP(PathStencilFuncCHROMIUM) /* 553 */ \
+ OP(StencilFillPathCHROMIUM) /* 554 */ \
+ OP(StencilStrokePathCHROMIUM) /* 555 */ \
+ OP(CoverFillPathCHROMIUM) /* 556 */ \
+ OP(CoverStrokePathCHROMIUM) /* 557 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 558 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 559 */ \
+ OP(BlendBarrierKHR) /* 560 */
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/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698