summaryrefslogtreecommitdiffstats
path: root/gpu/config/gpu_driver_bug_list_json.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/config/gpu_driver_bug_list_json.cc')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc19
1 files changed, 1 insertions, 18 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index cdad501..6109287 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.54",
+ "version": "8.55",
"entries": [
{
"id": 1,
@@ -753,23 +753,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 66,
- "description": "Force glFinish() after compositing on older OS X on Intel GPU",
- "cr_bugs": [123409],
- "os": {
- "type": "macosx",
- "version": {
- "op": "<=",
- "value": "10.7"
- }
- },
- "vendor_id": "0x8086",
- "multi_gpu_category": "active",
- "features": [
- "force_gl_finish_after_compositing"
- ]
- },
- {
"id": 68,
"description": "Disable partial swaps on linux drivers",
"cr_bugs": [339493],