OLD | NEW |
1 { | 1 { |
2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
3 "version": "10.6", | 3 "version": "10.7", |
4 "entries": [ | 4 "entries": [ |
5 { | 5 { |
6 "id": 1, | 6 "id": 1, |
7 "description": "Imagination driver doesn't like uploading lots of buffer d
ata constantly", | 7 "description": "Imagination driver doesn't like uploading lots of buffer d
ata constantly", |
8 "os": { | 8 "os": { |
9 "type": "android" | 9 "type": "android" |
10 }, | 10 }, |
11 "gl_vendor": "Imagination.*", | 11 "gl_vendor": "Imagination.*", |
12 "features": [ | 12 "features": [ |
13 "use_client_side_arrays_for_stream_buffers" | 13 "use_client_side_arrays_for_stream_buffers" |
(...skipping 2412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2426 "type": "win" | 2426 "type": "win" |
2427 }, | 2427 }, |
2428 "vendor_id": "0x8086", | 2428 "vendor_id": "0x8086", |
2429 "driver_version": { | 2429 "driver_version": { |
2430 "op": "<", | 2430 "op": "<", |
2431 "value": "21.20.16.4542" | 2431 "value": "21.20.16.4542" |
2432 }, | 2432 }, |
2433 "features": [ | 2433 "features": [ |
2434 "disable_accelerated_vpx_decode" | 2434 "disable_accelerated_vpx_decode" |
2435 ] | 2435 ] |
| 2436 }, |
| 2437 { |
| 2438 "id": 227, |
| 2439 "description": "Certain Apple devices leak stencil buffers", |
| 2440 "cr_bugs": [713854], |
| 2441 "os": { |
| 2442 "type": "macosx" |
| 2443 }, |
| 2444 "vendor_id": "0x8086", |
| 2445 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", |
| 2446 "0x1626", "0x162b", "0x1622"], |
| 2447 "features": [ |
| 2448 "avoid_stencil_buffers" |
| 2449 ] |
2436 } | 2450 } |
2437 ], | 2451 ], |
2438 "comment": [ | 2452 "comment": [ |
2439 "Please update the version number on top whenever you change this file" | 2453 "Please update the version number on top whenever you change this file" |
2440 ] | 2454 ] |
2441 } | 2455 } |
OLD | NEW |