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

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

Issue 2861433003: Disable explicit multisample resolve (and webgl2) on Adreno 4xx on Android 7.0 (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | gpu/config/software_rendering_list.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.3", 3 "version": "10.5",
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 },
11 "gl_vendor": "Imagination.*", 11 "gl_vendor": "Imagination.*",
12 "features": [ 12 "features": [
13 "use_client_side_arrays_for_stream_buffers" 13 "use_client_side_arrays_for_stream_buffers"
(...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 } 1731 }
1732 } 1732 }
1733 ], 1733 ],
1734 "features": [ 1734 "features": [
1735 "disable_framebuffer_cmaa" 1735 "disable_framebuffer_cmaa"
1736 ] 1736 ]
1737 }, 1737 },
1738 { 1738 {
1739 "id": 174, 1739 "id": 174,
1740 "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0", 1740 "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
1741 "cr_bugs": [612474], 1741 "comment": [
1742 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult isample resolve path, which is broken on the same configurations. (See also soft ware rendering list entry #147.)"
1743 ],
1744 "cr_bugs": [612474, 696126],
1742 "os": { 1745 "os": {
1743 "type": "android", 1746 "type": "android",
1744 "version": { 1747 "version": {
1745 "op": "between", 1748 "op": "between",
1746 "value": "7.0.0", 1749 "value": "7.0.0",
1747 "value2": "7.0.99", 1750 "value2": "7.0.99",
1748 "comment": "Only initial version of N." 1751 "comment": "Only initial version of N."
1749 } 1752 }
1750 }, 1753 },
1751 "gl_renderer": "Adreno \\(TM\\) 4.*", 1754 "gl_renderer": "Adreno \\(TM\\) 4.*",
1752 "disabled_extensions": [ 1755 "disabled_extensions": [
1753 "GL_EXT_multisampled_render_to_texture" 1756 "GL_EXT_multisampled_render_to_texture"
1757 ],
1758 "features": [
1759 "disable_chromium_framebuffer_multisample"
1754 ] 1760 ]
1755 }, 1761 },
1756 { 1762 {
1757 "id": 175, 1763 "id": 175,
1758 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android < 7.0", 1764 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android < 7.0",
1759 "cr_bugs": [612474], 1765 "cr_bugs": [612474],
1760 "os": { 1766 "os": {
1761 "type": "android", 1767 "type": "android",
1762 "version": { 1768 "version": {
1763 "op": "<", 1769 "op": "<",
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 "features": [ 2368 "features": [
2363 "disable_software_to_accelerated_canvas_upgrade" 2369 "disable_software_to_accelerated_canvas_upgrade"
2364 ] 2370 ]
2365 } 2371 }
2366 ], 2372 ],
2367 "comment": [ 2373 "comment": [
2368 "Please update the version number on top whenever you change this file", 2374 "Please update the version number on top whenever you change this file",
2369 "Please run gpu/config/process_json.py whenever you change this file" 2375 "Please run gpu/config/process_json.py whenever you change this file"
2370 ] 2376 ]
2371 } 2377 }
OLDNEW
« no previous file with comments | « no previous file | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698