Commit a71f0d6c authored by reveman@chromium.org's avatar reveman@chromium.org

gpu: Blacklist ARB_sync for yet another device_id on MacOSX.

BUG=371530
NOTRY=true
TBR=sievers

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274145 0039d316-1c4b-4281-b951-d872f2087c98
parent 39f7a5b9
......@@ -1067,7 +1067,7 @@ LONG_STRING_CONST(
"type": "macosx"
},
"vendor_id": "0x10de",
"device_id": ["0x0fd5", "0x0fe9", "0x08a3"],
"device_id": ["0x0fd5", "0x0fe9", "0x08a3", "0x0867"],
"features": [
"disable_arb_sync"
]
......
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