Chromium Code Reviews

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2288103003: Enable HW encoding on Android. (Closed)
Patch Set: Changes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 6653ccdd6760ddd89270f9f515155e87996f9073..6ae4316f8d90863685f7629c6d2e4a10289d90cc 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -691,16 +691,6 @@ LONG_STRING_CONST(
]
},
{
- "id": 82,
- "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
- "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