| 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 5992e85860c822a912a4b2c7e370ea087fe7c1db..6900917eb9ab9c7da6cee369c65f2d3fcb0e28b5 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.24",
|
| + "version": "8.25",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1527,6 +1527,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "force_cube_complete"
|
| ]
|
| + },
|
| + {
|
| + "id": 131,
|
| + "description": "Linux Mesa drivers crash on glTexSubImage2D() to texture storage bound to FBO",
|
| + "cr_bugs": [521904],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "driver_vendor": "Mesa",
|
| + "driver_version": {
|
| + "op": "<",
|
| + "value": "10.6"
|
| + },
|
| + "features": [
|
| + "disable_texture_storage"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|