OLD | NEW |
1 { | 1 { |
2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
3 "version": "10.15", | 3 "version": "10.16", |
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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 "id": 233, | 2517 "id": 233, |
2518 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv
ers.", | 2518 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv
ers.", |
2519 "cr_bugs": [728670], | 2519 "cr_bugs": [728670], |
2520 "os": { | 2520 "os": { |
2521 "type": "win" | 2521 "type": "win" |
2522 }, | 2522 }, |
2523 "vendor_id": "0x10de", | 2523 "vendor_id": "0x10de", |
2524 "features": [ | 2524 "features": [ |
2525 "disable_delayed_copy_nv12" | 2525 "disable_delayed_copy_nv12" |
2526 ] | 2526 ] |
| 2527 }, |
| 2528 { |
| 2529 "id": 234, |
| 2530 "description": "glClearColor does not always work on Intel 6xxx Mac driver
s", |
| 2531 "cr_bugs": [710443], |
| 2532 "os": { |
| 2533 "type": "macosx", |
| 2534 "version": { |
| 2535 "op": "<", |
| 2536 "value": "10.12.6" |
| 2537 } |
| 2538 }, |
| 2539 "vendor_id": "0x8086", |
| 2540 "device_id": ["0x1626", "0x162B", "0x1622"], |
| 2541 "features": [ |
| 2542 "clear_to_zero_or_one_broken" |
| 2543 ] |
2527 } | 2544 } |
2528 ], | 2545 ], |
2529 "comment": [ | 2546 "comment": [ |
2530 "Please update the version number on top whenever you change this file" | 2547 "Please update the version number on top whenever you change this file" |
2531 ] | 2548 ] |
2532 } | 2549 } |
OLD | NEW |