 Chromium Code Reviews
 Chromium Code Reviews Issue 9968113:
  Addition of GL_CHROMIUM_copy_texture extension.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 9968113:
  Addition of GL_CHROMIUM_copy_texture extension.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h | 
| =================================================================== | 
| --- gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h (revision 132190) | 
| +++ gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h (working copy) | 
| @@ -239,6 +239,8 @@ | 
| static GLenum valid_pixel_store_table[] = { | 
| GL_PACK_ALIGNMENT, | 
| GL_UNPACK_ALIGNMENT, | 
| + GL_UNPACK_FLIP_Y_CHROMIUM, | 
| + GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM, | 
| }; | 
| static GLint valid_pixel_store_alignment_table[] = { |