diff options
author | Marek Olšák <[email protected]> | 2019-10-25 23:32:18 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-12-10 15:48:58 -0500 |
commit | 75ce078a0aff7fa0f4d6467bea787327da3a4b69 (patch) | |
tree | 2b802e694fd574e444a0c74be8a1be070f95db07 /docs/relnotes/new_features.txt | |
parent | 42b28e7ac33b691d039899906595f01a1891c62e (diff) |
radeonsi: enable NIR by default and document GL 4.6 support
Reviewed-by: Dave Airlie <[email protected]>
Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r-- | docs/relnotes/new_features.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index f8449b11b17..a9cc34bea23 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,5 +1,8 @@ +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_EXT_subgroup_size_control on RADV. VK_KHR_separate_depth_stencil_layouts on Intel, RADV. VK_KHR_shader_subgroup_extended_types on RADV. -EXT_direct_state_access for compatibility profile. |