OLD | NEW |
1 { | 1 { |
2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
3 "version": "10.4", | 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 Loading... |
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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2373 "vendor_id": "0x1002", | 2379 "vendor_id": "0x1002", |
2374 "features": [ | 2380 "features": [ |
2375 "force_int_or_srgb_cube_texture_complete" | 2381 "force_int_or_srgb_cube_texture_complete" |
2376 ] | 2382 ] |
2377 } | 2383 } |
2378 ], | 2384 ], |
2379 "comment": [ | 2385 "comment": [ |
2380 "Please update the version number on top whenever you change this file" | 2386 "Please update the version number on top whenever you change this file" |
2381 ] | 2387 ] |
2382 } | 2388 } |
OLD | NEW |