summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-06-10 19:36:45 +0200
committerEric Engestrom <eric@engestrom.ch>2020-06-10 19:39:11 +0200
commit8b24f046ef7dffa9a717ba41179e648a012ab158 (patch)
treeb2131cc7524f1b3bcfb0e32c463d973fb5bf1e23 /docs
parentb62098e106ece5b4c12d003afb238387144c1d06 (diff)
docs: drop new_features.txt
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/new_features.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
deleted file mode 100644
index c2b424dec52..00000000000
--- a/docs/relnotes/new_features.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-GL_ARB_compute_variable_group_size on i965.
-GL_EXT_depth_bounds_test on Iris.
-GL_EXT_texture_shadow_lod on radeonsi, nvc0.
-GL_NV_alpha_to_coverage_dither_control on radeonsi
-GL_NV_copy_image on all gallium drivers.
-GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
-GL_NV_viewport_array2 on nvc0 (GM200+).
-GL_NV_viewport_swizzle on nvc0 (GM200+).
-VK_AMD_memory_overallocation_behavior on RADV.
-VK_KHR_shader_non_semantic_info on Intel, RADV.
-GL_EXT_draw_instanced on gles2
-VK_KHR_8bit_storage for ACO on GFX8+
-VK_KHR_16bit_storage for ACO on GFX8+ (storageInputOutput16 is still unsupported)
-shaderInt16 for ACO on GFX9+
-VK_KHR_shader_float16_int8 for ACO on GFX8+ (shaderFloat16 is still unsupported)
-VK_EXT_robustness2 on Intel, RADV.
-Add Rocket Lake (RKL) support on anvil and iris.