Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 311023003: gpu: Blacklist ARB_sync on MacOSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and bump version number Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 016ebb36ec13de406a65e3609eece50029fcfb48..07b50608aedffee7ebd9617d63bf5a23a8362995 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"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698