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 ea220ff934c548e7100e2f405fbf16eb48e91a8d..23d44e53667565fcd6f6e81cecbb58c596ce3e1e 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.80", |
| + "version": "8.81", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1842,6 +1842,7 @@ LONG_STRING_CONST( |
| "os": { |
| "type": "linux" |
| }, |
| + "driver_vendor": ".*", |
|
Ken Russell (switch to Gerrit)
2016/08/02 20:33:49
Is this really necessary, and if so why? It's the
Julien Isorce Samsung
2016/08/02 23:47:41
It is to avoid a nasty bug. I should find a proper
|
| "exceptions" : [ |
| { |
| "driver_vendor": "Mesa" |