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

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

Issue 2829543003: gpu: Empty swaps for surfaceless output surfaces. (Closed)
Patch Set: new workaround Created 3 years, 8 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.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
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
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 }
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