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 aa3ae04d72a1b746a139fda3a196804f7d4b8f00..b9eebb2f277fc2cb6d24fb333e58561aadc78ef9 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.63", |
| + "version": "8.64", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -805,14 +805,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| }, |
| { |
| "id": 72, |
| - "description": "Use virtual contexts on NVIDIA with GLES 3.1", |
|
Kimmo Kinnunen
2016/04/28 11:45:27
just for telemetry perf testing
|
| + "description": "Use virtual contexts on NVIDIA with GLES 3.1 and later", |
| "cr_bugs": [369316], |
| "os": { |
| "type": "android" |
| }, |
| "gl_type": "gles", |
| "gl_version": { |
| - "op": "=", |
| + "op": ">=", |
| "value": "3.1" |
| }, |
| "gl_vendor": "NVIDIA.*", |
| @@ -1968,7 +1968,7 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_discard_framebuffer" |
| ] |
| - } |
| + } |
| ] |
| } |