| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.9", | 3 "version": "10.91", |
| 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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2470 "type": "win" | 2470 "type": "win" |
| 2471 }, | 2471 }, |
| 2472 "vendor_id": "0x8086", | 2472 "vendor_id": "0x8086", |
| 2473 "driver_version": { | 2473 "driver_version": { |
| 2474 "op": "<", | 2474 "op": "<", |
| 2475 "value": "21.20.16.4542" | 2475 "value": "21.20.16.4542" |
| 2476 }, | 2476 }, |
| 2477 "features": [ | 2477 "features": [ |
| 2478 "disable_larger_than_screen_overlays" | 2478 "disable_larger_than_screen_overlays" |
| 2479 ] | 2479 ] |
| 2480 }, |
| 2481 { |
| 2482 "id": 230, |
| 2483 "description": "Disable use of Direct3D 11 on Intel Cherryview due to visu
al glitches.", |
| 2484 "cr_bugs": [730126], |
| 2485 "os": { |
| 2486 "type": "win" |
| 2487 }, |
| 2488 "vendor_id": "0x8086", |
| 2489 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"], |
| 2490 "features": [ |
| 2491 "disable_d3d11" |
| 2492 ] |
| 2480 } | 2493 } |
| 2481 ], | 2494 ], |
| 2482 "comment": [ | 2495 "comment": [ |
| 2483 "Please update the version number on top whenever you change this file" | 2496 "Please update the version number on top whenever you change this file" |
| 2484 ] | 2497 ] |
| 2485 } | 2498 } |
| OLD | NEW |