summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-24 22:36:41 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-24 22:36:41 +0000
commitd37461fb5cbf52fca1816162a5ff45526ba36c17 (patch)
treec554d31087ec12eeedbf7cea3993373a73ab5dee /gpu
parent54e6c2299b64efc94ce437be04bbe5e1e08afdd9 (diff)
downloadchromium_src-d37461fb5cbf52fca1816162a5ff45526ba36c17.zip
chromium_src-d37461fb5cbf52fca1816162a5ff45526ba36c17.tar.gz
chromium_src-d37461fb5cbf52fca1816162a5ff45526ba36c17.tar.bz2
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
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/software_rendering_list_json.cc13
1 files changed, 1 insertions, 12 deletions
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"
- ]
}
]
}