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

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

Issue 2908313002: Revert of gpu: Use ANDROID_native_fence_sync instead of ARM_implicit_external_sync. (Closed)
Patch Set: 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.10", 3 "version": "10.10",
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 {
848 "id": 102, 861 "id": 102,
849 "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",
850 "cr_bugs": [457027], 863 "cr_bugs": [457027],
851 "os": { 864 "os": {
852 "type": "android", 865 "type": "android",
853 "version": { 866 "version": {
854 "op": ">", 867 "op": ">",
855 "value": "5.0.2" 868 "value": "5.0.2"
856 } 869 }
857 }, 870 },
(...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 }, 2494 },
2482 "features": [ 2495 "features": [
2483 "disable_larger_than_screen_overlays" 2496 "disable_larger_than_screen_overlays"
2484 ] 2497 ]
2485 } 2498 }
2486 ], 2499 ],
2487 "comment": [ 2500 "comment": [
2488 "Please update the version number on top whenever you change this file" 2501 "Please update the version number on top whenever you change this file"
2489 ] 2502 ]
2490 } 2503 }
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