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

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

Issue 2855583003: Disable explicit multisample resolve (and webgl2) on Adreno 4xx on Android 7.0 (Closed)
Patch Set: update os version in software rendering list Created 3 years, 7 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
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "software rendering list", 2 "name": "software rendering list",
3 "version": "13.3", 3 "version": "13.4",
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"
11 }, 11 },
12 "vendor_id": "0x1002", 12 "vendor_id": "0x1002",
13 "device_id": ["0x7249"], 13 "device_id": ["0x7249"],
(...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 "id": 146, 1562 "id": 146,
1563 "description": "Disable D3D11/WebGL2 on AMD switchable graphics", 1563 "description": "Disable D3D11/WebGL2 on AMD switchable graphics",
1564 "cr_bugs": [451420], 1564 "cr_bugs": [451420],
1565 "os": { 1565 "os": {
1566 "type": "win" 1566 "type": "win"
1567 }, 1567 },
1568 "multi_gpu_style": "amd_switchable", 1568 "multi_gpu_style": "amd_switchable",
1569 "features": [ 1569 "features": [
1570 "webgl2" 1570 "webgl2"
1571 ] 1571 ]
1572 },
1573 {
1574 "id": 147,
1575 "description": "Explicit multisample resolve is broken on Adreno 4xx on An droid 7.0",
1576 "comment": "Corresponds to GPU driver bug #174",
1577 "cr_bugs": [696126],
1578 "os": {
1579 "type": "android",
1580 "version": {
1581 "op": "between",
1582 "value": "7.0.0",
1583 "value2": "7.0.99",
1584 "comment": "Only initial version of N."
1585 }
1586 },
1587 "gl_renderer": "Adreno \\(TM\\) 4.*",
1588 "features": [
1589 "webgl2"
1590 ]
1572 } 1591 }
1573 ], 1592 ],
1574 "comment": [ 1593 "comment": [
1575 "Please update the version number on top whenever you change this file" 1594 "Please update the version number on top whenever you change this file"
1576 ] 1595 ]
1577 } 1596 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698