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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 301243005: gpu: Add disable_arb_sync workaround and blacklist some MacOSX drivers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « gpu/command_buffer/service/feature_info.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 f0478ad96509661c115be8a76494c7516bb6879e..4381c692798eccca488bd279f371d2669e3501fe 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1058,6 +1058,32 @@ LONG_STRING_CONST(
"features": [
"disable_egl_khr_fence_sync"
]
+ },
+ {
+ "id": 79,
+ "cr_bugs": [371530],
+ "description": "Testing ARB sync fences is broken with some NVIDIA drivers on MacOSX",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x10de",
+ "device_id": ["0x0fd5", "0x0fe9", "0x08a3"],
+ "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"],
+ "features": [
+ "disable_arb_sync"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698