summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 01:14:22 +0000
committerreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 01:14:22 +0000
commit743eb286e4e67d051318f2a46dedd280b8d64839 (patch)
tree362087b9e40cb70baf519a45c67af950ab85ae88 /gpu
parentfc459f2e0327c93184a12f81d725732a3b4f5915 (diff)
downloadchromium_src-743eb286e4e67d051318f2a46dedd280b8d64839.zip
chromium_src-743eb286e4e67d051318f2a46dedd280b8d64839.tar.gz
chromium_src-743eb286e4e67d051318f2a46dedd280b8d64839.tar.bz2
gpu: Blacklist ARB_sync on MacOSX.
BUG=371530 R=sievers NOTRY=true Review URL: https://codereview.chromium.org/311023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc32
1 files changed, 2 insertions, 30 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 016ebb3..07b5060 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "5.8",
+ "version": "5.9",
"entries": [
{
"id": 1,
@@ -1062,38 +1062,10 @@ LONG_STRING_CONST(
{
"id": 79,
"cr_bugs": [371530],
- "description": "Testing ARB sync fences is broken with some NVIDIA drivers on MacOSX",
+ "description": "Testing ARB sync fences is broken on MacOSX",
"os": {
"type": "macosx"
},
- "vendor_id": "0x10de",
- "device_id": ["0x0fd5", "0x0fe9", "0x08a3", "0x0867"],
- "features": [
- "disable_arb_sync"
- ]
- },
- {
- "id": 80,
- "cr_bugs": [371530],
- "description": "Testing ARB sync fences is broken with some Intel drivers on MacOSX",
- "os": {
- "type": "macosx"
- },
- "vendor_id": "0x8086",
- "device_id": ["0x0d26", "0x0166", "0x0a2e", "0x0a26", "0x0116", "0x0126"],
- "features": [
- "disable_arb_sync"
- ]
- },
- {
- "id": 81,
- "cr_bugs": [371530],
- "description": "Testing ARB sync fences is broken with some ATI drivers on MacOSX",
- "os": {
- "type": "macosx"
- },
- "vendor_id": "0x1002",
- "device_id": ["0x6741"],
"features": [
"disable_arb_sync"
]