Commit 0bce572b authored by reveman@chromium.org's avatar reveman@chromium.org

gpu: Blacklist ARB_sync for one more device_id on MacOSX.

BUG=371530
NOTRY=true
TBR=sievers

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274091 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b823d01
......@@ -1080,7 +1080,7 @@ LONG_STRING_CONST(
"type": "macosx"
},
"vendor_id": "0x8086",
"device_id": ["0x0d26", "0x0166", "0x0a2e", "0x0a26"],
"device_id": ["0x0d26", "0x0166", "0x0a2e", "0x0a26", "0x0116"],
"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