From d37461fb5cbf52fca1816162a5ff45526ba36c17 Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" Date: Thu, 24 Oct 2013 22:36:41 +0000 Subject: Revert 230545 "Disable image transport surface on all windows ma..." Because the patch of r230660 got reverted. > Disable image transport surface on all windows machines. > > We want to try using the direct presentation path everywhere, so blacklist texture sharing on all machines. If this works, we can delete the image transport surface code later. > We've made the image transport surface work even with the sandbox at full strength, so remove the code that reduces the GPU sandbox in this case. > > BUG=304369 > R=kbr@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227583 > > Review URL: https://codereview.chromium.org/26073002 TBR=jbauman@chromium.org Review URL: https://codereview.chromium.org/40723004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230852 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/config/software_rendering_list_json.cc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'gpu') diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index edc6d38..19a05ac 100644 --- a/gpu/config/software_rendering_list_json.cc +++ b/gpu/config/software_rendering_list_json.cc @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( { "name": "software rendering list", // Please update the version number whenever you change this file. - "version": "6.13", + "version": "6.12", "entries": [ { "id": 1, @@ -1154,17 +1154,6 @@ LONG_STRING_CONST( "flash_stage3d", "force_compositing_mode" ] - }, - { - "id": 80, - "description": "Texture sharing should be disabled on all Windows machines", - "cr_bugs": [304369], - "os": { - "type": "win" - }, - "features": [ - "texture_sharing" - ] } ] } -- cgit v1.1