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

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

Issue 2936973003: Revert "Workaround for Qualcomm renderbuffer resize bug" (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.13", 3 "version": "10.14",
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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 "op": ">=", 1046 "op": ">=",
1047 "value": "3.0" 1047 "value": "3.0"
1048 }, 1048 },
1049 "disabled_extensions": [ 1049 "disabled_extensions": [
1050 "GL_EXT_disjoint_timer_query" 1050 "GL_EXT_disjoint_timer_query"
1051 ] 1051 ]
1052 }, 1052 },
1053 { 1053 {
1054 "id": 116, 1054 "id": 116,
1055 "description": "Adreno 420 support for EXT_multisampled_render_to_texture is buggy on Android < 5.1", 1055 "description": "Adreno 420 support for EXT_multisampled_render_to_texture is buggy on Android < 5.1",
1056 "cr_bugs": [490379], 1056 "comment": [
1057 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult isample resolve path, which is broken on Adreno 4xx/5xx."
1058 ],
1059 "cr_bugs": [490379, 696126],
1057 "os": { 1060 "os": {
1058 "type": "android", 1061 "type": "android",
1059 "version": { 1062 "version": {
1060 "op": "<", 1063 "op": "<",
1061 "value": "5.1" 1064 "value": "5.1"
1062 } 1065 }
1063 }, 1066 },
1064 "gl_renderer": "Adreno \\(TM\\) 4.*", 1067 "gl_renderer": "Adreno \\(TM\\) 4.*",
1065 "disabled_extensions": [ 1068 "disabled_extensions": [
1066 "GL_EXT_multisampled_render_to_texture" 1069 "GL_EXT_multisampled_render_to_texture"
1070 ],
1071 "features": [
1072 "disable_chromium_framebuffer_multisample"
1067 ] 1073 ]
1068 }, 1074 },
1069 { 1075 {
1070 "id": 117, 1076 "id": 117,
1071 "description": "GL_KHR_blend_equation_advanced breaks blending on Adreno 4 xx", 1077 "description": "GL_KHR_blend_equation_advanced breaks blending on Adreno 4 xx",
1072 "cr_bugs": [488485], 1078 "cr_bugs": [488485],
1073 "os": { 1079 "os": {
1074 "type": "android" 1080 "type": "android"
1075 }, 1081 },
1076 "gl_vendor": "Qualcomm.*", 1082 "gl_vendor": "Qualcomm.*",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 } 1737 }
1732 } 1738 }
1733 ], 1739 ],
1734 "features": [ 1740 "features": [
1735 "disable_framebuffer_cmaa" 1741 "disable_framebuffer_cmaa"
1736 ] 1742 ]
1737 }, 1743 },
1738 { 1744 {
1739 "id": 174, 1745 "id": 174,
1740 "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0", 1746 "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
1741 "cr_bugs": [612474], 1747 "comment": [
1748 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult isample resolve path, which is broken on Adreno 4xx/5xx."
1749 ],
1750 "cr_bugs": [612474, 696126],
1742 "os": { 1751 "os": {
1743 "type": "android", 1752 "type": "android",
1744 "version": { 1753 "version": {
1745 "op": "between", 1754 "op": "between",
1746 "value": "7.0.0", 1755 "value": "7.0.0",
1747 "value2": "7.0.99", 1756 "value2": "7.0.99",
1748 "comment": "Only initial version of N." 1757 "comment": "Only initial version of N."
1749 } 1758 }
1750 }, 1759 },
1751 "gl_renderer": "Adreno \\(TM\\) 4.*", 1760 "gl_renderer": "Adreno \\(TM\\) 4.*",
1752 "disabled_extensions": [ 1761 "disabled_extensions": [
1753 "GL_EXT_multisampled_render_to_texture" 1762 "GL_EXT_multisampled_render_to_texture"
1763 ],
1764 "features": [
1765 "disable_chromium_framebuffer_multisample"
1754 ] 1766 ]
1755 }, 1767 },
1756 { 1768 {
1757 "id": 175, 1769 "id": 175,
1758 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android < 7.0", 1770 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android < 7.0",
1759 "cr_bugs": [612474], 1771 "comment": [
1772 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult isample resolve path, which is broken on Adreno 4xx/5xx."
1773 ],
1774 "cr_bugs": [612474, 696126],
1760 "os": { 1775 "os": {
1761 "type": "android", 1776 "type": "android",
1762 "version": { 1777 "version": {
1763 "op": "<", 1778 "op": "<",
1764 "value": "7.0" 1779 "value": "7.0"
1765 } 1780 }
1766 }, 1781 },
1767 "gl_renderer": "Adreno \\(TM\\) 5.*", 1782 "gl_renderer": "Adreno \\(TM\\) 5.*",
1768 "disabled_extensions": [ 1783 "disabled_extensions": [
1769 "GL_EXT_multisampled_render_to_texture" 1784 "GL_EXT_multisampled_render_to_texture"
1785 ],
1786 "features": [
1787 "disable_chromium_framebuffer_multisample"
1770 ] 1788 ]
1771 }, 1789 },
1772 { 1790 {
1773 "id": 176, 1791 "id": 176,
1774 "description": "glClear does not work on Acer Predator GT-810", 1792 "description": "glClear does not work on Acer Predator GT-810",
1775 "cr_bugs": [633634], 1793 "cr_bugs": [633634],
1776 "os": { 1794 "os": {
1777 "type": "android" 1795 "type": "android"
1778 }, 1796 },
1779 "gl_vendor": "Intel", 1797 "gl_vendor": "Intel",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 "op": "=", 2165 "op": "=",
2148 "value": "3.3" 2166 "value": "3.3"
2149 }, 2167 },
2150 "features": [ 2168 "features": [
2151 "remove_invariant_and_centroid_for_essl3" 2169 "remove_invariant_and_centroid_for_essl3"
2152 ] 2170 ]
2153 }, 2171 },
2154 { 2172 {
2155 "id": 205, 2173 "id": 205,
2156 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android 7.1", 2174 "description": "Adreno 5xx support for EXT_multisampled_render_to_texture is buggy on Android 7.1",
2157 "cr_bugs": [663811], 2175 "comment": [
2176 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult isample resolve path, which is broken on Adreno 4xx/5xx."
2177 ],
2178 "cr_bugs": [663811, 696126],
2158 "os": { 2179 "os": {
2159 "type": "android", 2180 "type": "android",
2160 "version": { 2181 "version": {
2161 "op": "=", 2182 "op": "=",
2162 "value": "7.1.0" 2183 "value": "7.1.0"
2163 } 2184 }
2164 }, 2185 },
2165 "gl_renderer": "Adreno \\(TM\\) 5.*", 2186 "gl_renderer": "Adreno \\(TM\\) 5.*",
2166 "disabled_extensions": [ 2187 "disabled_extensions": [
2167 "GL_EXT_multisampled_render_to_texture" 2188 "GL_EXT_multisampled_render_to_texture"
2189 ],
2190 "features": [
2191 "disable_chromium_framebuffer_multisample"
2168 ] 2192 ]
2169 }, 2193 },
2170 { 2194 {
2171 "id": 206, 2195 "id": 206,
2172 "description": "Disable KHR_blend_equation_advanced until cc shaders are u pdated", 2196 "description": "Disable KHR_blend_equation_advanced until cc shaders are u pdated",
2173 "cr_bugs": [661715], 2197 "cr_bugs": [661715],
2174 "disabled_extensions": [ 2198 "disabled_extensions": [
2175 "GL_KHR_blend_equation_advanced", 2199 "GL_KHR_blend_equation_advanced",
2176 "GL_KHR_blend_equation_advanced_coherent" 2200 "GL_KHR_blend_equation_advanced_coherent"
2177 ] 2201 ]
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2479 "os": { 2503 "os": {
2480 "type": "win" 2504 "type": "win"
2481 }, 2505 },
2482 "vendor_id": "0x8086", 2506 "vendor_id": "0x8086",
2483 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"], 2507 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"],
2484 "features": [ 2508 "features": [
2485 "disable_d3d11" 2509 "disable_d3d11"
2486 ] 2510 ]
2487 }, 2511 },
2488 { 2512 {
2489 "id": 231,
2490 "description": "Multisampled color renderbuffers can't be resized on Qualc omm 4xx/5xx",
2491 "cr_bugs": [696126],
2492 "os": {
2493 "type": "android"
2494 },
2495 "gl_renderer": "Adreno \\(TM\\) [45].*",
2496 "features": [
2497 "multisample_renderbuffer_resize_emulation"
2498 ]
2499 },
2500 {
2501 "id": 232, 2513 "id": 232,
2502 "description": "Delayed copy NV12 crashes on Intel on Windows <= 8.1.", 2514 "description": "Delayed copy NV12 crashes on Intel on Windows <= 8.1.",
2503 "cr_bugs": [727216], 2515 "cr_bugs": [727216],
2504 "os": { 2516 "os": {
2505 "type": "win", 2517 "type": "win",
2506 "version": { 2518 "version": {
2507 "op": "<=", 2519 "op": "<=",
2508 "value": "8.1" 2520 "value": "8.1"
2509 } 2521 }
2510 }, 2522 },
(...skipping 12 matching lines...) Expand all
2523 "vendor_id": "0x10de", 2535 "vendor_id": "0x10de",
2524 "features": [ 2536 "features": [
2525 "disable_delayed_copy_nv12" 2537 "disable_delayed_copy_nv12"
2526 ] 2538 ]
2527 } 2539 }
2528 ], 2540 ],
2529 "comment": [ 2541 "comment": [
2530 "Please update the version number on top whenever you change this file" 2542 "Please update the version number on top whenever you change this file"
2531 ] 2543 ]
2532 } 2544 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/renderbuffer_manager.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