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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2358683002: Android: enable/disable WebRTC HW H264 with a flag. (Closed)
Patch Set: rebase to Oct17 Created 4 years, 2 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
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 7c61694d38eaba6281130a392abb34f539cceae1..86f081ef0b16aa856669984669b2260f7f06fe08 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": "11.16",
+ "version": "11.17",
"entries": [
{
"id": 1,
@@ -691,6 +691,17 @@ LONG_STRING_CONST(
]
},
{
+ "id": 82,
+ "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
+ "cr_bugs": [615108],
+ "os": {
+ "type": "android"
+ },
+ "features": [
+ "accelerated_video_encode"
+ ]
+ },
+ {
"id": 86,
"description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
"cr_bugs": [305431],

Powered by Google App Engine
This is Rietveld 408576698