diff options
author | Samuel Pitoiset <[email protected]> | 2020-02-12 17:12:20 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-14 07:31:20 +0000 |
commit | f86bf2e90a9ab0d76c7f8e322c07eeee4df31a7b (patch) | |
tree | 1dd80cb1ca35d1c34b7fe38944b0b801ba823d73 /docs | |
parent | 886acbe1c535f0c564dbebdcdbcad38a5fef6c7d (diff) |
docs/new_features: empty the feature list for the 20.1 cycle
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3793>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3793>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index fd69bd17f41..e69de29bb2d 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,19 +0,0 @@ -OpenGL 4.6 on radeonsi. -GL_ARB_gl_spirv on radeonsi. -GL_ARB_spirv_extensions on radeonsi. -GL_EXT_direct_state_access for compatibility profile. -VK_AMD_device_coherent_memory on RADV. -VK_AMD_mixed_attachment_samples on RADV. -VK_AMD_shader_explicit_vertex_parameter on RADV. -VK_AMD_shader_image_load_store_lod on RADV. -VK_AMD_shader_fragment_mask on RADV. -VK_EXT_subgroup_size_control on RADV/LLVM. -VK_KHR_separate_depth_stencil_layouts on Intel, RADV. -VK_KHR_shader_subgroup_extended_types on RADV. -VK_KHR_swapchain_mutable_format on RADV. -VK_KHR_shader_float_controls on RADV/ACO. -GFX6 (Southern Islands) and GFX7 (Sea Islands) support on RADV/ACO. -Wave32 support for GFX10 (Navi) on RADV/ACO. -Compilation of Geometry Shaders on RADV/ACO. -Vulkan 1.2 on Intel, RADV. -GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 on Intel. |