OLD | NEW |
1 { | 1 { |
2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
3 "version": "10.7", | 3 "version": "10.8", |
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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2440 "cr_bugs": [713854], | 2440 "cr_bugs": [713854], |
2441 "os": { | 2441 "os": { |
2442 "type": "macosx" | 2442 "type": "macosx" |
2443 }, | 2443 }, |
2444 "vendor_id": "0x8086", | 2444 "vendor_id": "0x8086", |
2445 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", | 2445 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", |
2446 "0x1626", "0x162b", "0x1622"], | 2446 "0x1626", "0x162b", "0x1622"], |
2447 "features": [ | 2447 "features": [ |
2448 "avoid_stencil_buffers" | 2448 "avoid_stencil_buffers" |
2449 ] | 2449 ] |
| 2450 }, |
| 2451 { |
| 2452 "id": 228, |
| 2453 "description": "Intel HD 3000 driver crashes frequently on Mac", |
| 2454 "cr_bugs": [720152], |
| 2455 "os": { |
| 2456 "type": "macosx" |
| 2457 }, |
| 2458 "vendor_id": "0x8086", |
| 2459 "device_id": ["0x0116", "0x0126"], |
| 2460 "multi_gpu_style": "amd_switchable", |
| 2461 "features": [ |
| 2462 "force_discrete_gpu" |
| 2463 ] |
2450 } | 2464 } |
2451 ], | 2465 ], |
2452 "comment": [ | 2466 "comment": [ |
2453 "Please update the version number on top whenever you change this file" | 2467 "Please update the version number on top whenever you change this file" |
2454 ] | 2468 ] |
2455 } | 2469 } |
OLD | NEW |