| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| ===================================================================
|
| --- gpu/config/gpu_driver_bug_list_json.cc (revision 250146)
|
| +++ gpu/config/gpu_driver_bug_list_json.cc (working copy)
|
| @@ -19,7 +19,7 @@
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "3.7",
|
| + "version": "3.10",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -715,6 +715,36 @@
|
| "features": [
|
| "clear_uniforms_before_first_program_use"
|
| ]
|
| + },
|
| + {
|
| + "id": 55,
|
| + "cr_bugs": [333885],
|
| + "description": "Mesa drivers in Linux handle varyings without static use incorrectly",
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "driver_vendor": {
|
| + "op": "=",
|
| + "value": "Mesa"
|
| + },
|
| + "features": [
|
| + "count_all_in_varyings_packing"
|
| + ]
|
| + },
|
| + {
|
| + "id": 56,
|
| + "cr_bugs": [333885],
|
| + "description": "Mesa drivers in ChromeOS handle varyings without static use incorrectly",
|
| + "os": {
|
| + "type": "chromeos"
|
| + },
|
| + "driver_vendor": {
|
| + "op": "=",
|
| + "value": "Mesa"
|
| + },
|
| + "features": [
|
| + "count_all_in_varyings_packing"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|