Commit 0abce2cd authored by apatrick@chromium.org's avatar apatrick@chromium.org

Blacklisted GPU acceleration for Intel 945 on Windows.

It was associated with a lot of crashes.

TEST=try
BUG=none

Review URL: http://codereview.chromium.org/6271022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72665 0039d316-1c4b-4281-b951-d872f2087c98
parent fe438a48
......@@ -38,7 +38,7 @@
{
"name": "gpu blacklist",
// Please update the version number whenever you change this file.
"version": "0.3",
"version": "0.4",
"entries": [
{ // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
"id": "1",
......@@ -81,6 +81,17 @@
"blacklist": [
"accelerated_compositing"
]
},
{ // Intel Mobile 945 Express Chipset Family
"id": "4",
"os": {
"type": "win"
},
"vendor_id": "0x8086",
"device_id": "0x27AE",
"blacklist": [
"webgl"
]
}
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment