| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu blacklist", | 2 "name": "gpu blacklist", |
| 3 "version": "0.6", | 3 "version": "0.7", |
| 4 "entries": [ | 4 "entries": [ |
| 5 { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028 | 5 { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028 |
| 6 "os": { | 6 "os": { |
| 7 "type": "macosx" | 7 "type": "macosx" |
| 8 }, | 8 }, |
| 9 "vendor_id": "0x1002", | 9 "vendor_id": "0x1002", |
| 10 "device_id": "0x7249", | 10 "device_id": "0x7249", |
| 11 "blacklist": [ | 11 "blacklist": [ |
| 12 "webgl" | 12 "webgl" |
| 13 ] | 13 ] |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "id": "6", | 56 "id": "6", |
| 57 "os": { | 57 "os": { |
| 58 "type": "macosx" | 58 "type": "macosx" |
| 59 }, | 59 }, |
| 60 "vendor_id": "0x1002", | 60 "vendor_id": "0x1002", |
| 61 "device_id": "0x9583", | 61 "device_id": "0x9583", |
| 62 "blacklist": [ | 62 "blacklist": [ |
| 63 "webgl", | 63 "webgl", |
| 64 "accelerated_compositing" | 64 "accelerated_compositing" |
| 65 ] | 65 ] |
| 66 }, |
| 67 { // ATI Radeon HD2400 on Mac, BUG=68859 |
| 68 "id": "7", |
| 69 "os": { |
| 70 "type": "macosx" |
| 71 }, |
| 72 "vendor_id": "0x1002", |
| 73 "device_id": "0x94c8", |
| 74 "blacklist": [ |
| 75 "webgl", |
| 76 "accelerated_compositing" |
| 77 ] |
| 66 } | 78 } |
| 67 ] | 79 ] |
| 68 } | 80 } |
| OLD | NEW |