summaryrefslogtreecommitdiffstats
path: root/gpu/config
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-08 20:44:37 +0000
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-08 20:44:37 +0000
commit3966144855a0b20a8ec11a053395478f280ea599 (patch)
treecbbe8b17aaf1d197f4cc64469d3939929f9c4aa3 /gpu/config
parentc2e89034d6a4f0c95ffb1abdb6f1bf52362e787d (diff)
downloadchromium_src-3966144855a0b20a8ec11a053395478f280ea599.zip
chromium_src-3966144855a0b20a8ec11a053395478f280ea599.tar.gz
chromium_src-3966144855a0b20a8ec11a053395478f280ea599.tar.bz2
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 Review URL: https://codereview.chromium.org/26073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/config')
-rw-r--r--gpu/config/software_rendering_list_json.cc13
1 files changed, 12 insertions, 1 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 5256740..94587d8 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.11",
+ "version": "6.12",
"entries": [
{
"id": 1,
@@ -1129,6 +1129,17 @@ LONG_STRING_CONST(
"features": [
"accelerated_video_decode"
]
+ },
+ {
+ "id": 79,
+ "description": "Texture sharing should be disabled on all Windows machines",
+ "cr_bugs": [304369],
+ "os": {
+ "type": "win"
+ },
+ "features": [
+ "texture_sharing"
+ ]
}
]
}