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

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

Issue 18492005: Add GL_EXT_multisampled_render_to_texture support to command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved ahead to TOT Created 7 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 e998be664d461a1c86c617442bcb7667237a8955..6fd070975d80be60c3fee2c0dc3a288005c43361 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -195,64 +195,65 @@
OP(Viewport) /* 438 */ \
OP(BlitFramebufferEXT) /* 439 */ \
OP(RenderbufferStorageMultisampleEXT) /* 440 */ \
- OP(TexStorage2DEXT) /* 441 */ \
- OP(GenQueriesEXT) /* 442 */ \
- OP(GenQueriesEXTImmediate) /* 443 */ \
- OP(DeleteQueriesEXT) /* 444 */ \
- OP(DeleteQueriesEXTImmediate) /* 445 */ \
- OP(BeginQueryEXT) /* 446 */ \
- OP(EndQueryEXT) /* 447 */ \
- OP(InsertEventMarkerEXT) /* 448 */ \
- OP(PushGroupMarkerEXT) /* 449 */ \
- OP(PopGroupMarkerEXT) /* 450 */ \
- OP(GenVertexArraysOES) /* 451 */ \
- OP(GenVertexArraysOESImmediate) /* 452 */ \
- OP(DeleteVertexArraysOES) /* 453 */ \
- OP(DeleteVertexArraysOESImmediate) /* 454 */ \
- OP(IsVertexArrayOES) /* 455 */ \
- OP(BindVertexArrayOES) /* 456 */ \
- OP(SwapBuffers) /* 457 */ \
- OP(GetMaxValueInBufferCHROMIUM) /* 458 */ \
- OP(GenSharedIdsCHROMIUM) /* 459 */ \
- OP(DeleteSharedIdsCHROMIUM) /* 460 */ \
- OP(RegisterSharedIdsCHROMIUM) /* 461 */ \
- OP(EnableFeatureCHROMIUM) /* 462 */ \
- OP(ResizeCHROMIUM) /* 463 */ \
- OP(GetRequestableExtensionsCHROMIUM) /* 464 */ \
- OP(RequestExtensionCHROMIUM) /* 465 */ \
- OP(GetMultipleIntegervCHROMIUM) /* 466 */ \
- OP(GetProgramInfoCHROMIUM) /* 467 */ \
- OP(CreateStreamTextureCHROMIUM) /* 468 */ \
- OP(DestroyStreamTextureCHROMIUM) /* 469 */ \
- OP(GetTranslatedShaderSourceANGLE) /* 470 */ \
- OP(PostSubBufferCHROMIUM) /* 471 */ \
- OP(TexImageIOSurface2DCHROMIUM) /* 472 */ \
- OP(CopyTextureCHROMIUM) /* 473 */ \
- OP(DrawArraysInstancedANGLE) /* 474 */ \
- OP(DrawElementsInstancedANGLE) /* 475 */ \
- OP(VertexAttribDivisorANGLE) /* 476 */ \
- OP(GenMailboxCHROMIUM) /* 477 */ \
- OP(ProduceTextureCHROMIUM) /* 478 */ \
- OP(ProduceTextureCHROMIUMImmediate) /* 479 */ \
- OP(ConsumeTextureCHROMIUM) /* 480 */ \
- OP(ConsumeTextureCHROMIUMImmediate) /* 481 */ \
- OP(BindUniformLocationCHROMIUM) /* 482 */ \
- OP(BindUniformLocationCHROMIUMImmediate) /* 483 */ \
- OP(BindUniformLocationCHROMIUMBucket) /* 484 */ \
- OP(BindTexImage2DCHROMIUM) /* 485 */ \
- OP(ReleaseTexImage2DCHROMIUM) /* 486 */ \
- OP(TraceBeginCHROMIUM) /* 487 */ \
- OP(TraceEndCHROMIUM) /* 488 */ \
- OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \
- OP(AsyncTexImage2DCHROMIUM) /* 490 */ \
- OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \
- OP(DiscardFramebufferEXT) /* 492 */ \
- OP(DiscardFramebufferEXTImmediate) /* 493 */ \
- OP(LoseContextCHROMIUM) /* 494 */ \
- OP(InsertSyncPointCHROMIUM) /* 495 */ \
- OP(WaitSyncPointCHROMIUM) /* 496 */ \
- OP(DrawBuffersEXT) /* 497 */ \
- OP(DrawBuffersEXTImmediate) /* 498 */ \
+ OP(FramebufferTexture2DMultisampleEXT) /* 441 */ \
+ OP(TexStorage2DEXT) /* 442 */ \
+ OP(GenQueriesEXT) /* 443 */ \
+ OP(GenQueriesEXTImmediate) /* 444 */ \
+ OP(DeleteQueriesEXT) /* 445 */ \
+ OP(DeleteQueriesEXTImmediate) /* 446 */ \
+ OP(BeginQueryEXT) /* 447 */ \
+ OP(EndQueryEXT) /* 448 */ \
+ OP(InsertEventMarkerEXT) /* 449 */ \
+ OP(PushGroupMarkerEXT) /* 450 */ \
+ OP(PopGroupMarkerEXT) /* 451 */ \
+ OP(GenVertexArraysOES) /* 452 */ \
+ OP(GenVertexArraysOESImmediate) /* 453 */ \
+ OP(DeleteVertexArraysOES) /* 454 */ \
+ OP(DeleteVertexArraysOESImmediate) /* 455 */ \
+ OP(IsVertexArrayOES) /* 456 */ \
+ OP(BindVertexArrayOES) /* 457 */ \
+ OP(SwapBuffers) /* 458 */ \
+ OP(GetMaxValueInBufferCHROMIUM) /* 459 */ \
+ OP(GenSharedIdsCHROMIUM) /* 460 */ \
+ OP(DeleteSharedIdsCHROMIUM) /* 461 */ \
+ OP(RegisterSharedIdsCHROMIUM) /* 462 */ \
+ OP(EnableFeatureCHROMIUM) /* 463 */ \
+ OP(ResizeCHROMIUM) /* 464 */ \
+ OP(GetRequestableExtensionsCHROMIUM) /* 465 */ \
+ OP(RequestExtensionCHROMIUM) /* 466 */ \
+ OP(GetMultipleIntegervCHROMIUM) /* 467 */ \
+ OP(GetProgramInfoCHROMIUM) /* 468 */ \
+ OP(CreateStreamTextureCHROMIUM) /* 469 */ \
+ OP(DestroyStreamTextureCHROMIUM) /* 470 */ \
+ OP(GetTranslatedShaderSourceANGLE) /* 471 */ \
+ OP(PostSubBufferCHROMIUM) /* 472 */ \
+ OP(TexImageIOSurface2DCHROMIUM) /* 473 */ \
+ OP(CopyTextureCHROMIUM) /* 474 */ \
+ OP(DrawArraysInstancedANGLE) /* 475 */ \
+ OP(DrawElementsInstancedANGLE) /* 476 */ \
+ OP(VertexAttribDivisorANGLE) /* 477 */ \
+ OP(GenMailboxCHROMIUM) /* 478 */ \
+ OP(ProduceTextureCHROMIUM) /* 479 */ \
+ OP(ProduceTextureCHROMIUMImmediate) /* 480 */ \
+ OP(ConsumeTextureCHROMIUM) /* 481 */ \
+ OP(ConsumeTextureCHROMIUMImmediate) /* 482 */ \
+ OP(BindUniformLocationCHROMIUM) /* 483 */ \
+ OP(BindUniformLocationCHROMIUMImmediate) /* 484 */ \
+ OP(BindUniformLocationCHROMIUMBucket) /* 485 */ \
+ OP(BindTexImage2DCHROMIUM) /* 486 */ \
+ OP(ReleaseTexImage2DCHROMIUM) /* 487 */ \
+ OP(TraceBeginCHROMIUM) /* 488 */ \
+ OP(TraceEndCHROMIUM) /* 489 */ \
+ OP(AsyncTexSubImage2DCHROMIUM) /* 490 */ \
+ OP(AsyncTexImage2DCHROMIUM) /* 491 */ \
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 492 */ \
+ OP(DiscardFramebufferEXT) /* 493 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 494 */ \
+ OP(LoseContextCHROMIUM) /* 495 */ \
+ OP(InsertSyncPointCHROMIUM) /* 496 */ \
+ OP(WaitSyncPointCHROMIUM) /* 497 */ \
+ OP(DrawBuffersEXT) /* 498 */ \
+ OP(DrawBuffersEXTImmediate) /* 499 */ \
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.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698