diff options
author | Dylan Baker <[email protected]> | 2019-12-18 10:33:20 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-12-18 10:33:20 -0800 |
commit | b7f253b87dac09a2402f5806e9323170a6d82e01 (patch) | |
tree | 4366f6be35190bcaaa83349c33ca2a66f5d5a821 | |
parent | 687df737af0a07e90e5f9f0b303fc320f9a0839f (diff) |
docs: remove new_features.txt from stable branch
Now that the .0 is done, we shouldn't have any more new features added
to the branch
-rw-r--r-- | docs/relnotes/new_features.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt deleted file mode 100644 index 5a7964d96a8..00000000000 --- a/docs/relnotes/new_features.txt +++ /dev/null @@ -1,20 +0,0 @@ -GL_ARB_gl_spirv on i965, iris. -GL_ARB_spirv_extensions on i965, iris. -GL_EXT_demote_to_helper_invocation on iris, i965. -OpenGL 4.6 on i965, iris. -EGL_EXT_image_flush_external -VK_ANDROID_external_memory_android_hardware_buffer on RADV. -VK_KHR_shader_clock on Intel, RADV. -VK_KHR_shader_float_controls on Intel, RADV. -VK_KHR_spirv_1_4 on Intel, RADV. -VK_KHR_timeline_semaphore on RADV. -VK_KHR_vulkan_memory_model on Intel. -VK_EXT_shader_subgroup_ballot on Intel. -VK_EXT_shader_subgroup_vote on Intel. -VK_EXT_texel_buffer_alignment on RADV. -VK_INTEL_performance_query on Intel. -Meson support for windows using MSVC and MinGW -scons has been deprecated for non windows -Initial Intel gen12 (Tigerlake) support on anvil and iris -New compiler backend "ACO" for RADV (RADV_PERFTEST=aco) -VK_EXT_shader_demote_to_helper_invocation on RADV/ACO. |