| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.9", | 3 "version": "10.10", |
| 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 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2376 "os": { | 2376 "os": { |
| 2377 "type": "linux" | 2377 "type": "linux" |
| 2378 }, | 2378 }, |
| 2379 "vendor_id": "0x1002", | 2379 "vendor_id": "0x1002", |
| 2380 "features": [ | 2380 "features": [ |
| 2381 "force_int_or_srgb_cube_texture_complete" | 2381 "force_int_or_srgb_cube_texture_complete" |
| 2382 ] | 2382 ] |
| 2383 }, | 2383 }, |
| 2384 { | 2384 { |
| 2385 "id": 224, | 2385 "id": 224, |
| 2386 "description": "VPx decoding isn't supported before Windows 10 anniversary
update.", | 2386 "description": "VPx decoding isn't supported well before Windows 10 creato
rs update.", |
| 2387 "cr_bugs": [616318], | 2387 "cr_bugs": [616318, 667532], |
| 2388 "os": { | 2388 "os": { |
| 2389 "type": "win", | 2389 "type": "win", |
| 2390 "version": { | 2390 "version": { |
| 2391 "op": "<", | 2391 "op": "<", |
| 2392 "value": "10.0.14393" | 2392 "value": "10.0.15063" |
| 2393 } | 2393 } |
| 2394 }, | 2394 }, |
| 2395 "features": [ | 2395 "features": [ |
| 2396 "disable_accelerated_vpx_decode" | 2396 "disable_accelerated_vpx_decode" |
| 2397 ] | 2397 ] |
| 2398 }, | 2398 }, |
| 2399 { | 2399 { |
| 2400 "id": 225, | 2400 "id": 225, |
| 2401 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and
CherryView", | 2401 "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and
CherryView", |
| 2402 "cr_bugs": [616318], | 2402 "cr_bugs": [616318], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2476 }, | 2476 }, |
| 2477 "features": [ | 2477 "features": [ |
| 2478 "disable_larger_than_screen_overlays" | 2478 "disable_larger_than_screen_overlays" |
| 2479 ] | 2479 ] |
| 2480 } | 2480 } |
| 2481 ], | 2481 ], |
| 2482 "comment": [ | 2482 "comment": [ |
| 2483 "Please update the version number on top whenever you change this file" | 2483 "Please update the version number on top whenever you change this file" |
| 2484 ] | 2484 ] |
| 2485 } | 2485 } |
| OLD | NEW |