summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 12:50:42 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 12:50:42 +0000
commitcc2dff18cb0aa90edbba5812a361b34f283e95b1 (patch)
tree54e6349a0be6861cf986d4393499c104c62bf73a /gpu
parentf6e24d4d3bd76afecc2d33d1aac8925c8171445c (diff)
downloadchromium_src-cc2dff18cb0aa90edbba5812a361b34f283e95b1.zip
chromium_src-cc2dff18cb0aa90edbba5812a361b34f283e95b1.tar.gz
chromium_src-cc2dff18cb0aa90edbba5812a361b34f283e95b1.tar.bz2
Blacklist AMD driver version 13.101 on linux
BUG=363378 Review URL: https://codereview.chromium.org/237923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/software_rendering_list_json.cc22
1 files changed, 21 insertions, 1 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 23c8ac0..6f1d3d9 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": "7.5",
+ "version": "7.6",
"entries": [
{
"id": 1,
@@ -1111,6 +1111,26 @@ LONG_STRING_CONST(
"features": [
"all"
]
+ },
+ {
+ "id": 95,
+ "description": "AMD driver version 13.101 is unstable on linux.",
+ "cr_bugs": [363378],
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x1002",
+ "driver_vendor": {
+ "op": "contains",
+ "value": "AMD"
+ },
+ "driver_version": {
+ "op": "=",
+ "value": "13.101"
+ },
+ "features": [
+ "all"
+ ]
}
]
}