| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index e5b4e900af54ae3b75d34f5368e60cb5df6d3cd0..7b6c7253698a6a4fb9d30fd31af6b682cbcae3e4 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "12.07",
|
| + "version": "12.08",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1431,6 +1431,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "all"
|
| ]
|
| + },
|
| + {
|
| + "id": 130,
|
| + "description": "Older NVIDIA GPUs on macOS render incorrectly",
|
| + "cr_bugs": [676975],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x10de",
|
| + "device_id": ["0x0407"],
|
| + "features": [
|
| + "all"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|