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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2686963002: Fix and update MediaCodec blacklist. (Closed)
Patch Set: rebased. 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') | no next file with comments »
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 05dc6c27e6e0224c21626537114a11f281169401..b9786b0720ab36593604b8f2820815e9a8328e31 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.11",
+ "version": "12.12",
"entries": [
{
"id": 1,
@@ -1474,6 +1474,22 @@ LONG_STRING_CONST(
"features": [
"accelerated_2d_canvas"
]
+ },
+ {
+ "id": 133,
+ "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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698