summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2019-04-20 09:44:57 -0500
committerJason Ekstrand <jason@jlekstrand.net>2019-04-22 14:47:23 +0000
commit2314db10bf95decc008f78f0304398fe368ee4aa (patch)
tree98ee99369d4a4a285ab25b45813c3f0f50d56e53
parentb3e3440c87709d185379dc57a5311802eee51548 (diff)
anv,radv: Update release notes for newly implemented extensiosn
A lot has happened in those two drivers since the 19.0 release and we keep forgetting to update release notes. Time to bring everything up to date again before 19.1 gets released. Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
-rw-r--r--docs/relnotes/19.1.0.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html
index 1acc7dc5fd5..1c4d5f5e978 100644
--- a/docs/relnotes/19.1.0.html
+++ b/docs/relnotes/19.1.0.html
@@ -45,7 +45,19 @@ TBD.
<li>GL_NV_compute_shader_derivatives on iris and i965.</li>
<li>GL_KHR_parallel_shader_compile on all drivers.</li>
<li>VK_EXT_buffer_device_address on Intel and RADV.</li>
+<li>VK_EXT_depth_clip_enable on Intel and RADV.</li>
+<li>VK_KHR_ycbcr_image_arrays on Intel.</li>
+<li>VK_EXT_inline_uniform_block on Intel and RADV.</li>
+<li>VK_EXT_external_memory_host on Intel.</li>
+<li>VK_EXT_host_query_reset on Intel and RADV.</li>
+<li>VK_KHR_surface_protected_capabilities on Intel and RADV.</li>
+<li>VK_EXT_pipeline_creation_feedback on Intel and RADV.</li>
+<li>VK_KHR_8bit_storage on RADV.</li>
+<li>VK_AMD_gpu_shader_int16 on RADV.</li>
+<li>VK_AMD_gpu_shader_half_float on RADV.</li>
<li>VK_NV_compute_shader_derivatives on Intel.</li>
+<li>VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8).</li>
+<li>VK_KHR_shader_atomic_int64 on Intel.</li>
<li>VK_EXT_descriptor_indexing on Intel.</li>
<li>VK_KHR_shader_float16_int8 on Intel and RADV.</li>
</ul>