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

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: 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..35c09fa4f36f3990b447d5915f1ca83d7a45e6ef 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -300,9 +300,10 @@
OP(DiscardBackbufferCHROMIUM) /* 541 */ \
OP(ScheduleOverlayPlaneCHROMIUM) /* 542 */ \
OP(SwapInterval) /* 543 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 544 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 545 */ \
- OP(BlendBarrierKHR) /* 546 */
+ OP(FlushDriverCachesCHROMIUM) /* 544 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 545 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 546 */ \
+ OP(BlendBarrierKHR) /* 547 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698