| 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 55bcef1b301c07659d2fd928eb0f85ab09da3cfe..c6511ba501ec4fba4f6a4bd9b4f0921d66a7167c 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": "12.10",
|
| + "version": "12.11",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1462,6 +1462,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "all"
|
| ]
|
| + },
|
| + {
|
| + "id": 132,
|
| + "description": "MediaCodec on VideoCore IV HW crashes on JB",
|
| + "cr_bugs": [654905],
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "4.4"
|
| + }
|
| + },
|
| + "gl_renderer": ".*VideoCore IV.*",
|
| + "features": [
|
| + "accelerated_video_decode"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|