| 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 e1a4d3ce3d3c421471592065b207606b0a8cb639..d49f412d0a2ad35354c46d235d18576ff125213d 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.30",
|
| + "version": "8.31",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1566,6 +1566,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "max_copy_texture_chromium_size_1048576"
|
| ]
|
| + },
|
| + {
|
| + "id": 134,
|
| + "description": "glReadPixels fails on FBOs with SRGB_ALPHA textures",
|
| + "cr_bugs": [550292],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "5.0"
|
| + }
|
| + },
|
| + "gl_vendor": "Qualcomm.*",
|
| + "features": [
|
| + "disable_ext_srgb"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|