Chromium Code Reviews| 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 03a8dd06af0f8d2488b7dae0f741ce13ebf1ba85..77015535b13a4f94512d8d3ff6d024a308358e8d 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.75", |
| + "version": "8.76", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1857,6 +1857,19 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_framebuffer_cmaa" |
| ] |
| + }, |
| + { |
| + "id": 173, |
| + "description": "Disable transparent visuals on NVIDIA drivers", |
| + "cr_bugs": [369209], |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "vendor_id": "0x10de", |
| + "gl_vendor": "NVIDIA.*", |
| + "features": [ |
| + "disable_transparent_visuals" |
|
Ken Russell (switch to Gerrit)
2016/07/06 22:32:17
This is a large behavioral change for all Chrome u
Julien Isorce Samsung
2016/07/07 10:29:23
Done. Exception is for mesa drivers only. I tested
|
| + ] |
| } |
| ] |
| } |