| 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 56e089b558c14d5f32be986f2f46760ceb357052..c7f9d5fb2070e7f6f31d9c65e411f2a49ef54488 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -85,7 +85,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "2.9",
|
| + "version": "2.10",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -563,6 +563,18 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "features": [
|
| "use_virtualized_gl_contexts"
|
| ]
|
| + },
|
| + {
|
| + "id": 37,
|
| + "cr_bugs": [286468],
|
| + "description": "Program link fails in NVIDIA Linux if gl_Position is not set",
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "vendor_id": "0x10de",
|
| + "features": [
|
| + "init_gl_position_in_vertex_shader"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|