| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index f082641e7eaf618e2da135c2a38736a8ceef97e0..1a0cb5dc4f40c956f25b9474e09725a889f16983 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "10.5",
|
| + "version": "10.6",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1150,6 +1150,23 @@ LONG_STRING_CONST(
|
| "accelerated_2d_canvas",
|
| "gpu_rasterization"
|
| ]
|
| + },
|
| + {
|
| + "id": 106,
|
| + "description": "GPU raster broken on ES2-only Adreno 3xx drivers",
|
| + "cr_bugs": [480149],
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_renderer": "Adreno \\(TM\\) 3.*",
|
| + "gl_version": {
|
| + "op": "<=",
|
| + "value": "2.0"
|
| + },
|
| + "features": [
|
| + "accelerated_2d_canvas",
|
| + "gpu_rasterization"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|