| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "software rendering list", | 2 "name": "software rendering list", |
| 3 "version": "13.2", | 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 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1487 }, | 1487 }, |
| 1488 { | 1488 { |
| 1489 "id": 140, | 1489 "id": 140, |
| 1490 "comment": "Corresponds to GPU driver bugs #19, #214", | 1490 "comment": "Corresponds to GPU driver bugs #19, #214", |
| 1491 "description": "MSAA and depth texture buggy on Adreno 3xx, also disable W
ebGL2", | 1491 "description": "MSAA and depth texture buggy on Adreno 3xx, also disable W
ebGL2", |
| 1492 "cr_bugs": [449116, 698197], | 1492 "cr_bugs": [449116, 698197], |
| 1493 "gl_renderer": "Adreno \\(TM\\) 3.*", | 1493 "gl_renderer": "Adreno \\(TM\\) 3.*", |
| 1494 "features": [ | 1494 "features": [ |
| 1495 "webgl2" | 1495 "webgl2" |
| 1496 ] | 1496 ] |
| 1497 }, |
| 1498 { |
| 1499 "id": 147, |
| 1500 "description": "Explicit multisample resolve is broken on Adreno 4xx on An
droid 7.0", |
| 1501 "comment": "Corresponds to GPU driver bug #174", |
| 1502 "cr_bugs": [696126], |
| 1503 "os": { |
| 1504 "type": "android", |
| 1505 "version": { |
| 1506 "op": "between", |
| 1507 "value": "7.0.0", |
| 1508 "value2": "7.0.99", |
| 1509 "comment": "Only initial version of N." |
| 1510 } |
| 1511 }, |
| 1512 "gl_renderer": "Adreno \\(TM\\) 4.*", |
| 1513 "features": [ |
| 1514 "webgl2" |
| 1515 ] |
| 1497 } | 1516 } |
| 1498 ], | 1517 ], |
| 1499 "comment": [ | 1518 "comment": [ |
| 1500 "Please update the version number on top whenever you change this file", | 1519 "Please update the version number on top whenever you change this file", |
| 1501 "Please run gpu/config/process_json.py whenever you change this file" | 1520 "Please run gpu/config/process_json.py whenever you change this file" |
| 1502 ] | 1521 ] |
| 1503 } | 1522 } |
| OLD | NEW |