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

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

Issue 2302393002: Support swap damage rect using eglSwapBuffersWithDamageKHR (Closed)
Patch Set: Update GLSurfaceAdapter Created 4 years, 3 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 3de115d453602532d09cf9f701262c6b58cc3502..c21bbcffee1d2bcdb99c1a54a846788010b13402 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -325,7 +325,8 @@
OP(BindFragDataLocationIndexedEXTBucket) /* 566 */ \
OP(BindFragDataLocationEXTBucket) /* 567 */ \
OP(GetFragDataIndexEXT) /* 568 */ \
- OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 569 */
+ OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 569 */ \
+ OP(SwapBuffersWithDamageCHROMIUM) /* 570 */
enum CommandId {
kOneBeforeStartPoint =
« 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