Commit ce6b6d67 authored by zmo@chromium.org's avatar zmo@chromium.org

Blacklist WebGL on Intel Graphics Media Accelerator 3150 in windows.

BUG=305431
TEST=webgl got blacklisted on win machines with this GPU
R=kbr@chromium.org
TBR=kbr@chromium.org

Review URL: https://codereview.chromium.org/127843003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243741 0039d316-1c4b-4281-b951-d872f2087c98
parent fdf30d4d
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "6.21", "version": "6.22",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1012,6 +1012,19 @@ LONG_STRING_CONST( ...@@ -1012,6 +1012,19 @@ LONG_STRING_CONST(
"features": [ "features": [
"accelerated_video_decode" "accelerated_video_decode"
] ]
},
{
"id": 86,
"description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
"cr_bugs": [305431],
"os": {
"type": "win"
},
"vendor_id": "0x8086",
"device_id": ["0xa011"],
"features": [
"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