summaryrefslogtreecommitdiffstats
path: root/gpu/config
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc13
1 files changed, 12 insertions, 1 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index b3840b2..cdad501 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": "8.53",
+ "version": "8.54",
"entries": [
{
"id": 1,
@@ -1852,6 +1852,17 @@ LONG_STRING_CONST(
"os": {
"type": "macosx"
},
+ "exceptions": [
+ {
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": ">=",
+ "value": "10.9"
+ }
+ }
+ }
+ ],
"features": [
"iosurface_readback_workaround"
]