From 74345af2a98e16cd1157a74ff90aa6a95688446a Mon Sep 17 00:00:00 2001 From: "toyoshim@chromium.org" Date: Thu, 19 Apr 2012 05:54:17 +0000 Subject: Revert 132934 - this change seems to break many webgl related layout tests Introduction of CHROMIUM_copy_texture extension that respects pixel-store semantics, and allows copying of BGRA textures. OpenGL ES does not natively allow for copying textures with a BGRA format. The EXT_texture_format_BGRA8888 extension does not specify support for glCopyTexImage calls on these textures. This extension provides a routine to perform texture copies to/from BGRA-backed textures that also respects the following CHROMIUM pixel storage modifiers: UNPACK_FLIP_Y_CHROMIUM UNPACK_PREMULTIPLY_ALPHA_CHROMIUM This extension will be useful for the following purposes: - Copying accelerated Canvas2D contents to WebGL textures without a software readback. (And potentially the same for video-webgl texture copies.) - Copying Canvas2D contents to the compositor backing store. BUG=101051 TEST=none Review URL: http://codereview.chromium.org/9968113 TBR=twiz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10078006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132958 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/command_buffer_service.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'gpu/command_buffer_service.gypi') diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index a1988ad..ae3d569 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -36,8 +36,6 @@ 'command_buffer/service/context_group.cc', 'command_buffer/service/feature_info.h', 'command_buffer/service/feature_info.cc', - 'command_buffer/service/gles2_cmd_copy_texture_chromium.cc', - 'command_buffer/service/gles2_cmd_copy_texture_chromium.h', 'command_buffer/service/gles2_cmd_decoder.h', 'command_buffer/service/gles2_cmd_decoder_autogen.h', 'command_buffer/service/gles2_cmd_decoder.cc', -- cgit v1.1