| 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 37e32890a7a1df8e59660ec4022e628d455dd47d..2f39568c92f7f68c229f63dcf00354538964aa8f 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.24",
|
| + "version": "9.25",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2281,6 +2281,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "decode_encode_srgb_for_generatemipmap"
|
| ]
|
| + },
|
| + {
|
| + "id": 211,
|
| + "description": "Rewrite -float to 0.0 - float for Intel Mac",
|
| + "cr_bugs": [672380],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<=",
|
| + "value": "10.11"
|
| + }
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "rewrite_float_unary_minus_operator"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|