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

Side by Side Diff: gpu/config/software_rendering_list.json

Issue 2839823002: Android: enable HW encoding (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "software rendering list", 2 "name": "software rendering list",
3 "version": "13.3", 3 "version": "13.3",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac", 7 "description": "ATI Radeon X1900 is not compatible with WebGL on the Mac",
8 "webkit_bugs": [47028], 8 "webkit_bugs": [47028],
9 "os": { 9 "os": {
10 "type": "macosx" 10 "type": "macosx"
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "version": { 638 "version": {
639 "op": "<=", 639 "op": "<=",
640 "value": "6.0" 640 "value": "6.0"
641 } 641 }
642 }, 642 },
643 "features": [ 643 "features": [
644 "all" 644 "all"
645 ] 645 ]
646 }, 646 },
647 { 647 {
648 "id": 82,
649 "description": "MediaCodec is still too buggy to use for encoding (b/11536 167)",
650 "cr_bugs": [615108],
651 "os": {
652 "type": "android"
653 },
654 "features": [
655 "accelerated_video_encode"
656 ]
657 },
658 {
659 "id": 86, 648 "id": 86,
660 "description": "Intel Graphics Media Accelerator 3150 causes the GPU proce ss to hang running WebGL", 649 "description": "Intel Graphics Media Accelerator 3150 causes the GPU proce ss to hang running WebGL",
661 "cr_bugs": [305431], 650 "cr_bugs": [305431],
662 "os": { 651 "os": {
663 "type": "win" 652 "type": "win"
664 }, 653 },
665 "vendor_id": "0x8086", 654 "vendor_id": "0x8086",
666 "device_id": ["0xa011"], 655 "device_id": ["0xa011"],
667 "features": [ 656 "features": [
668 "accelerated_webgl" 657 "accelerated_webgl"
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1579 "multi_gpu_style": "amd_switchable", 1568 "multi_gpu_style": "amd_switchable",
1580 "features": [ 1569 "features": [
1581 "webgl2" 1570 "webgl2"
1582 ] 1571 ]
1583 } 1572 }
1584 ], 1573 ],
1585 "comment": [ 1574 "comment": [
1586 "Please update the version number on top whenever you change this file" 1575 "Please update the version number on top whenever you change this file"
1587 ] 1576 ]
1588 } 1577 }
OLDNEW
« no previous file with comments | « content/renderer/media/gpu/rtc_video_encoder_factory.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698