| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.2", | 3 "version": "10.3", |
| 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 2329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2343 "id": 221, | 2343 "id": 221, |
| 2344 "description": "Very large instanced draw calls crash on some Adreno 3xx d
rivers", | 2344 "description": "Very large instanced draw calls crash on some Adreno 3xx d
rivers", |
| 2345 "cr_bugs": [701682], | 2345 "cr_bugs": [701682], |
| 2346 "os": { | 2346 "os": { |
| 2347 "type": "android" | 2347 "type": "android" |
| 2348 }, | 2348 }, |
| 2349 "gl_renderer": "Adreno \\(TM\\) 3.*", | 2349 "gl_renderer": "Adreno \\(TM\\) 3.*", |
| 2350 "features": [ | 2350 "features": [ |
| 2351 "disallow_large_instanced_draw" | 2351 "disallow_large_instanced_draw" |
| 2352 ] | 2352 ] |
| 2353 }, |
| 2354 { |
| 2355 "id": 222, |
| 2356 "description": "Software to Accelerated canvas update breaks Linux AMD", |
| 2357 "cr_bugs": [710029], |
| 2358 "os": { |
| 2359 "type": "linux" |
| 2360 }, |
| 2361 "vendor_id": "0x1002", |
| 2362 "features": [ |
| 2363 "disable_software_to_accelerated_canvas_upgrade" |
| 2364 ] |
| 2353 } | 2365 } |
| 2354 ], | 2366 ], |
| 2355 "comment": [ | 2367 "comment": [ |
| 2356 "Please update the version number on top whenever you change this file", | 2368 "Please update the version number on top whenever you change this file", |
| 2357 "Please run gpu/config/process_json.py whenever you change this file" | 2369 "Please run gpu/config/process_json.py whenever you change this file" |
| 2358 ] | 2370 ] |
| 2359 } | 2371 } |
| OLD | NEW |