Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: gpu/config/gpu_driver_bug_list.json

Issue 2864483007: gpu: Use ANDROID_native_fence_sync instead of ARM_implicit_external_sync.
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.15", 3 "version": "10.15",
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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 },
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 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 "vendor_id": "0x10de", 2510 "vendor_id": "0x10de",
2524 "features": [ 2511 "features": [
2525 "disable_delayed_copy_nv12" 2512 "disable_delayed_copy_nv12"
2526 ] 2513 ]
2527 } 2514 }
2528 ], 2515 ],
2529 "comment": [ 2516 "comment": [
2530 "Please update the version number on top whenever you change this file" 2517 "Please update the version number on top whenever you change this file"
2531 ] 2518 ]
2532 } 2519 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698