Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2686963002: Fix and update MediaCodec blacklist. (Closed)
Patch Set: cleanup Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/android/BUILD.gn » ('j') | media/base/android/media_codec_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
}
]
}
« no previous file with comments | « no previous file | media/base/android/BUILD.gn » ('j') | media/base/android/media_codec_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698