| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.3", | 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 }, |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 { | 847 { |
| 848 "id": 101, | 848 "id": 101, |
| 849 "description": "The Mali-Txxx driver hangs when reading from currently dis
played buffer", | 849 "description": "The Mali-Txxx driver hangs when reading from currently dis
played buffer", |
| 850 "cr_bugs": [457511], | 850 "cr_bugs": [457511], |
| 851 "os": { | 851 "os": { |
| 852 "type": "chromeos" | 852 "type": "chromeos" |
| 853 }, | 853 }, |
| 854 "gl_vendor": "ARM.*", | 854 "gl_vendor": "ARM.*", |
| 855 "gl_renderer": "Mali-T.*", | 855 "gl_renderer": "Mali-T.*", |
| 856 "features": [ | 856 "features": [ |
| 857 "disable_post_sub_buffers_for_onscreen_surfaces" | 857 "disable_non_empty_post_sub_buffers_for_onscreen_surfaces" |
| 858 ] | 858 ] |
| 859 }, | 859 }, |
| 860 { | 860 { |
| 861 "id": 102, | 861 "id": 102, |
| 862 "description": "Adreno 420 driver loses FBO attachment contents on bound F
BO deletion", | 862 "description": "Adreno 420 driver loses FBO attachment contents on bound F
BO deletion", |
| 863 "cr_bugs": [457027], | 863 "cr_bugs": [457027], |
| 864 "os": { | 864 "os": { |
| 865 "type": "android", | 865 "type": "android", |
| 866 "version": { | 866 "version": { |
| 867 "op": ">", | 867 "op": ">", |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2361 "vendor_id": "0x1002", | 2361 "vendor_id": "0x1002", |
| 2362 "features": [ | 2362 "features": [ |
| 2363 "disable_software_to_accelerated_canvas_upgrade" | 2363 "disable_software_to_accelerated_canvas_upgrade" |
| 2364 ] | 2364 ] |
| 2365 } | 2365 } |
| 2366 ], | 2366 ], |
| 2367 "comment": [ | 2367 "comment": [ |
| 2368 "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" |
| 2369 ] | 2369 ] |
| 2370 } | 2370 } |
| OLD | NEW |