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

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

Issue 8680002: Added minimal support to command buffer for GL_ARB_texture_rectangle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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_utils_implementation_autogen.h
===================================================================
--- gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h (revision 111321)
+++ gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h (working copy)
@@ -129,6 +129,7 @@
{ 0x84FE, "GL_TEXTURE_MAX_ANISOTROPY_EXT", },
{ 0x0901, "GL_CCW", },
{ 0x0900, "GL_CW", },
+ { 0x8B63, "GL_SAMPLER_2D_RECT_ARB", },
{ 0x8B60, "GL_SAMPLER_CUBE", },
{ 0x00001000, "GL_DEPTH_BUFFER_BIT4_QCOM", },
{ 0x00000080, "GL_COLOR_BUFFER_BIT7_QCOM", },
@@ -164,8 +165,10 @@
{ 0x813D, "GL_TEXTURE_MAX_LEVEL_APPLE", },
{ 0x8CDD, "GL_FRAMEBUFFER_UNSUPPORTED", },
{ 0x8CDF, "GL_MAX_COLOR_ATTACHMENTS_NV", },
+ { 0x84F5, "GL_TEXTURE_RECTANGLE_ARB", },
{ 0x882A, "GL_DRAW_BUFFER5_NV", },
{ 0x80AA, "GL_SAMPLE_COVERAGE_VALUE", },
+ { 0x84F6, "GL_TEXTURE_BINDING_RECTANGLE_ARB", },
{ 0x80AB, "GL_SAMPLE_COVERAGE_INVERT", },
{ 0x882B, "GL_DRAW_BUFFER6_NV", },
{ 0x882C, "GL_DRAW_BUFFER7_NV", },

Powered by Google App Engine
This is Rietveld 408576698