Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.9", | 3 "version": "10.9", |
| 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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 836 "id": 100, | 836 "id": 100, |
| 837 "description": "Disable Direct3D11 on systems with AMD switchable graphics ", | 837 "description": "Disable Direct3D11 on systems with AMD switchable graphics ", |
| 838 "cr_bugs": [451420], | 838 "cr_bugs": [451420], |
| 839 "os": { | 839 "os": { |
| 840 "type": "win" | 840 "type": "win" |
| 841 }, | 841 }, |
| 842 "multi_gpu_style": "amd_switchable", | 842 "multi_gpu_style": "amd_switchable", |
| 843 "features": [ | 843 "features": [ |
| 844 "disable_d3d11" | 844 "disable_d3d11" |
| 845 ] | 845 ] |
| 846 }, | 846 }, |
|
Julien Isorce
2017/05/23 13:17:26
Just in case, don't forget to bump "version" with
reveman
2017/05/23 20:26:12
Thanks for the reminder! Done.
| |
| 847 { | 847 { |
| 848 "id": 101, | |
| 849 "description": "The Mali-Txxx driver hangs when reading from currently dis played buffer", | |
| 850 "cr_bugs": [457511], | |
| 851 "os": { | |
| 852 "type": "chromeos" | |
| 853 }, | |
| 854 "gl_vendor": "ARM.*", | |
| 855 "gl_renderer": "Mali-T.*", | |
| 856 "features": [ | |
| 857 "disable_non_empty_post_sub_buffers_for_onscreen_surfaces" | |
| 858 ] | |
| 859 }, | |
| 860 { | |
| 861 "id": 102, | 848 "id": 102, |
| 862 "description": "Adreno 420 driver loses FBO attachment contents on bound F BO deletion", | 849 "description": "Adreno 420 driver loses FBO attachment contents on bound F BO deletion", |
| 863 "cr_bugs": [457027], | 850 "cr_bugs": [457027], |
| 864 "os": { | 851 "os": { |
| 865 "type": "android", | 852 "type": "android", |
| 866 "version": { | 853 "version": { |
| 867 "op": ">", | 854 "op": ">", |
| 868 "value": "5.0.2" | 855 "value": "5.0.2" |
| 869 } | 856 } |
| 870 }, | 857 }, |
| (...skipping 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2476 }, | 2463 }, |
| 2477 "features": [ | 2464 "features": [ |
| 2478 "disable_larger_than_screen_overlays" | 2465 "disable_larger_than_screen_overlays" |
| 2479 ] | 2466 ] |
| 2480 } | 2467 } |
| 2481 ], | 2468 ], |
| 2482 "comment": [ | 2469 "comment": [ |
| 2483 "Please update the version number on top whenever you change this file" | 2470 "Please update the version number on top whenever you change this file" |
| 2484 ] | 2471 ] |
| 2485 } | 2472 } |
| OLD | NEW |