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

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

Issue 936183002: Add glWaitSync to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sync
Patch Set: rebase Created 5 years, 10 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 b5e635b41d2b08485c51a8f55e21e2dcc1c363b3..d652511d157a37d576ba1d22782a13a34e92108d 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -220,73 +220,74 @@
OP(VertexAttribIPointer) /* 461 */ \
OP(VertexAttribPointer) /* 462 */ \
OP(Viewport) /* 463 */ \
- OP(BlitFramebufferCHROMIUM) /* 464 */ \
- OP(RenderbufferStorageMultisampleCHROMIUM) /* 465 */ \
- OP(RenderbufferStorageMultisampleEXT) /* 466 */ \
- OP(FramebufferTexture2DMultisampleEXT) /* 467 */ \
- OP(TexStorage2DEXT) /* 468 */ \
- OP(GenQueriesEXTImmediate) /* 469 */ \
- OP(DeleteQueriesEXTImmediate) /* 470 */ \
- OP(BeginQueryEXT) /* 471 */ \
- OP(BeginTransformFeedback) /* 472 */ \
- OP(EndQueryEXT) /* 473 */ \
- OP(EndTransformFeedback) /* 474 */ \
- OP(InsertEventMarkerEXT) /* 475 */ \
- OP(PushGroupMarkerEXT) /* 476 */ \
- OP(PopGroupMarkerEXT) /* 477 */ \
- OP(GenVertexArraysOESImmediate) /* 478 */ \
- OP(DeleteVertexArraysOESImmediate) /* 479 */ \
- OP(IsVertexArrayOES) /* 480 */ \
- OP(BindVertexArrayOES) /* 481 */ \
- OP(SwapBuffers) /* 482 */ \
- OP(GetMaxValueInBufferCHROMIUM) /* 483 */ \
- OP(EnableFeatureCHROMIUM) /* 484 */ \
- OP(ResizeCHROMIUM) /* 485 */ \
- OP(GetRequestableExtensionsCHROMIUM) /* 486 */ \
- OP(RequestExtensionCHROMIUM) /* 487 */ \
- OP(GetProgramInfoCHROMIUM) /* 488 */ \
- OP(GetUniformBlocksCHROMIUM) /* 489 */ \
- OP(GetTransformFeedbackVaryingsCHROMIUM) /* 490 */ \
- OP(GetUniformsES3CHROMIUM) /* 491 */ \
- OP(GetTranslatedShaderSourceANGLE) /* 492 */ \
- OP(PostSubBufferCHROMIUM) /* 493 */ \
- OP(TexImageIOSurface2DCHROMIUM) /* 494 */ \
- OP(CopyTextureCHROMIUM) /* 495 */ \
- OP(DrawArraysInstancedANGLE) /* 496 */ \
- OP(DrawElementsInstancedANGLE) /* 497 */ \
- OP(VertexAttribDivisorANGLE) /* 498 */ \
- OP(GenMailboxCHROMIUM) /* 499 */ \
- OP(ProduceTextureCHROMIUMImmediate) /* 500 */ \
- OP(ProduceTextureDirectCHROMIUMImmediate) /* 501 */ \
- OP(ConsumeTextureCHROMIUMImmediate) /* 502 */ \
- OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 503 */ \
- OP(BindUniformLocationCHROMIUMBucket) /* 504 */ \
- OP(GenValuebuffersCHROMIUMImmediate) /* 505 */ \
- OP(DeleteValuebuffersCHROMIUMImmediate) /* 506 */ \
- OP(IsValuebufferCHROMIUM) /* 507 */ \
- OP(BindValuebufferCHROMIUM) /* 508 */ \
- OP(SubscribeValueCHROMIUM) /* 509 */ \
- OP(PopulateSubscribedValuesCHROMIUM) /* 510 */ \
- OP(UniformValuebufferCHROMIUM) /* 511 */ \
- OP(BindTexImage2DCHROMIUM) /* 512 */ \
- OP(ReleaseTexImage2DCHROMIUM) /* 513 */ \
- OP(TraceBeginCHROMIUM) /* 514 */ \
- OP(TraceEndCHROMIUM) /* 515 */ \
- OP(AsyncTexSubImage2DCHROMIUM) /* 516 */ \
- OP(AsyncTexImage2DCHROMIUM) /* 517 */ \
- OP(WaitAsyncTexImage2DCHROMIUM) /* 518 */ \
- OP(WaitAllAsyncTexImage2DCHROMIUM) /* 519 */ \
- OP(DiscardFramebufferEXTImmediate) /* 520 */ \
- OP(LoseContextCHROMIUM) /* 521 */ \
- OP(InsertSyncPointCHROMIUM) /* 522 */ \
- OP(WaitSyncPointCHROMIUM) /* 523 */ \
- OP(DrawBuffersEXTImmediate) /* 524 */ \
- OP(DiscardBackbufferCHROMIUM) /* 525 */ \
- OP(ScheduleOverlayPlaneCHROMIUM) /* 526 */ \
- OP(SwapInterval) /* 527 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 528 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 529 */ \
- OP(BlendBarrierKHR) /* 530 */
+ OP(WaitSync) /* 464 */ \
+ OP(BlitFramebufferCHROMIUM) /* 465 */ \
+ OP(RenderbufferStorageMultisampleCHROMIUM) /* 466 */ \
+ OP(RenderbufferStorageMultisampleEXT) /* 467 */ \
+ OP(FramebufferTexture2DMultisampleEXT) /* 468 */ \
+ OP(TexStorage2DEXT) /* 469 */ \
+ OP(GenQueriesEXTImmediate) /* 470 */ \
+ OP(DeleteQueriesEXTImmediate) /* 471 */ \
+ OP(BeginQueryEXT) /* 472 */ \
+ OP(BeginTransformFeedback) /* 473 */ \
+ OP(EndQueryEXT) /* 474 */ \
+ OP(EndTransformFeedback) /* 475 */ \
+ OP(InsertEventMarkerEXT) /* 476 */ \
+ OP(PushGroupMarkerEXT) /* 477 */ \
+ OP(PopGroupMarkerEXT) /* 478 */ \
+ OP(GenVertexArraysOESImmediate) /* 479 */ \
+ OP(DeleteVertexArraysOESImmediate) /* 480 */ \
+ OP(IsVertexArrayOES) /* 481 */ \
+ OP(BindVertexArrayOES) /* 482 */ \
+ OP(SwapBuffers) /* 483 */ \
+ OP(GetMaxValueInBufferCHROMIUM) /* 484 */ \
+ OP(EnableFeatureCHROMIUM) /* 485 */ \
+ OP(ResizeCHROMIUM) /* 486 */ \
+ OP(GetRequestableExtensionsCHROMIUM) /* 487 */ \
+ OP(RequestExtensionCHROMIUM) /* 488 */ \
+ OP(GetProgramInfoCHROMIUM) /* 489 */ \
+ OP(GetUniformBlocksCHROMIUM) /* 490 */ \
+ OP(GetTransformFeedbackVaryingsCHROMIUM) /* 491 */ \
+ OP(GetUniformsES3CHROMIUM) /* 492 */ \
+ OP(GetTranslatedShaderSourceANGLE) /* 493 */ \
+ OP(PostSubBufferCHROMIUM) /* 494 */ \
+ OP(TexImageIOSurface2DCHROMIUM) /* 495 */ \
+ OP(CopyTextureCHROMIUM) /* 496 */ \
+ OP(DrawArraysInstancedANGLE) /* 497 */ \
+ OP(DrawElementsInstancedANGLE) /* 498 */ \
+ OP(VertexAttribDivisorANGLE) /* 499 */ \
+ OP(GenMailboxCHROMIUM) /* 500 */ \
+ OP(ProduceTextureCHROMIUMImmediate) /* 501 */ \
+ OP(ProduceTextureDirectCHROMIUMImmediate) /* 502 */ \
+ OP(ConsumeTextureCHROMIUMImmediate) /* 503 */ \
+ OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 504 */ \
+ OP(BindUniformLocationCHROMIUMBucket) /* 505 */ \
+ OP(GenValuebuffersCHROMIUMImmediate) /* 506 */ \
+ OP(DeleteValuebuffersCHROMIUMImmediate) /* 507 */ \
+ OP(IsValuebufferCHROMIUM) /* 508 */ \
+ OP(BindValuebufferCHROMIUM) /* 509 */ \
+ OP(SubscribeValueCHROMIUM) /* 510 */ \
+ OP(PopulateSubscribedValuesCHROMIUM) /* 511 */ \
+ OP(UniformValuebufferCHROMIUM) /* 512 */ \
+ OP(BindTexImage2DCHROMIUM) /* 513 */ \
+ OP(ReleaseTexImage2DCHROMIUM) /* 514 */ \
+ OP(TraceBeginCHROMIUM) /* 515 */ \
+ OP(TraceEndCHROMIUM) /* 516 */ \
+ OP(AsyncTexSubImage2DCHROMIUM) /* 517 */ \
+ OP(AsyncTexImage2DCHROMIUM) /* 518 */ \
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 519 */ \
+ OP(WaitAllAsyncTexImage2DCHROMIUM) /* 520 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 521 */ \
+ OP(LoseContextCHROMIUM) /* 522 */ \
+ OP(InsertSyncPointCHROMIUM) /* 523 */ \
+ OP(WaitSyncPointCHROMIUM) /* 524 */ \
+ OP(DrawBuffersEXTImmediate) /* 525 */ \
+ OP(DiscardBackbufferCHROMIUM) /* 526 */ \
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 527 */ \
+ OP(SwapInterval) /* 528 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 529 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 530 */ \
+ OP(BlendBarrierKHR) /* 531 */
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