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 611a898e5c1998ca67e89205944bc6f5c32a4dcc..b081ecc13a7a0ec7727e5ea64a20ee4430b85d6c 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.30", |
| + "version": "9.31", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -85,7 +85,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "id": 19, |
| "description": "Disable depth textures on Android with Qualcomm GPUs", |
|
Ken Russell (switch to Gerrit)
2017/02/23 00:37:42
Please refer to the new bug ID here. It's better t
Kai Ninomiya
2017/02/23 00:51:36
Done.
|
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<", |
| + "value": "6.0" |
| + } |
| }, |
| "gl_vendor": "Qualcomm.*", |
| "features": [ |
| @@ -285,18 +289,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| ] |
| }, |
| { |
| - "id": 38, |
|
Ken Russell (switch to Gerrit)
2017/02/23 00:37:42
I don't think we can remove this entry wholesale.
Kai Ninomiya
2017/02/23 00:51:36
argh, I keep accidentally doing this. This entire
|
| - "cr_bugs": [289461], |
| - "description": "Non-virtual contexts on Qualcomm sometimes cause out-of-order frames", |
| - "os": { |
| - "type": "android" |
| - }, |
| - "gl_vendor": "Qualcomm.*", |
| - "features": [ |
| - "use_virtualized_gl_contexts" |
| - ] |
| - }, |
| - { |
| "id": 39, |
| "cr_bugs": [290391], |
| "description": "Multisampled renderbuffer allocation must be validated on some Macs", |
| @@ -422,7 +414,11 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
| "cr_bugs": [449116, 471200, 612474], |
|
Ken Russell (switch to Gerrit)
2017/02/23 00:37:42
Please refer to the new bug ID here.
Kai Ninomiya
2017/02/23 00:51:36
Done.
|
| "description": "ES3 MSAA is broken on Qualcomm", |
| "os": { |
| - "type": "android" |
| + "type": "android", |
| + "version": { |
| + "op": "<", |
| + "value": "6.0" |
| + } |
| }, |
| "gl_vendor": "Qualcomm.*", |
| "features": [ |