Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 "comment": "Corresponds to GPU driver bug #224", | |
| 1576 "description": "Explicit multisample resolve path is broken on Adreno 4xx on Android 7.0", | |
| 1577 "cr_bugs": [696126], | |
| 1578 "gl_renderer": "Adreno \\(TM\\) 4.*", | |
| 1579 "os": { | |
| 1580 "type": "android", | |
| 1581 "version": { | |
| 1582 "op": "=", | |
| 1583 "value": "7.0" | |
|
Ken Russell (switch to Gerrit)
2017/05/01 22:52:19
Same question about using the "=" vs. "between" op
Kai Ninomiya
2017/05/01 23:04:41
Done.
| |
| 1584 } | |
| 1585 }, | |
| 1586 "features": [ | |
| 1587 "webgl2" | |
| 1588 ] | |
| 1572 } | 1589 } |
| 1573 ], | 1590 ], |
| 1574 "comment": [ | 1591 "comment": [ |
| 1575 "Please update the version number on top whenever you change this file" | 1592 "Please update the version number on top whenever you change this file" |
| 1576 ] | 1593 ] |
| 1577 } | 1594 } |
| OLD | NEW |