| 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 08ee862d6240d20f77570e0cd5b743ff654def62..53bc551b9216c717a0c216799beb494e7699900e 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": "9.16",
|
| + "version": "9.17",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2208,6 +2208,18 @@ LONG_STRING_CONST(
|
| "features": [
|
| "remove_invariant_and_centroid_for_essl3"
|
| ]
|
| + },
|
| + {
|
| + "id": 204,
|
| + "description": "Return framebuffer complete if read buffer or draw buffers have no image on Intel Mac",
|
| + "cr_bugs": [630800],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "read_draw_buffers_missing_image"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|