From: Andres Gomez Date: Thu, 18 Apr 2019 19:00:37 +0000 (+0200) Subject: docs/relnotes: add support for VK_KHR_shader_float16_int8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a151500dd1ab1a75ba1f63e7361fed1e3411780c;p=mesa.git docs/relnotes: add support for VK_KHR_shader_float16_int8 v2: radv also supports it now (Samuel Pitoiset). Signed-off-by: Andres Gomez Reviewed-by: Jason Ekstrand Reviewed-by: Samuel Pitoiset --- diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index e42fd5ab3bf..1acc7dc5fd5 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -47,6 +47,7 @@ TBD.
  • VK_EXT_buffer_device_address on Intel and RADV.
  • VK_NV_compute_shader_derivatives on Intel.
  • VK_EXT_descriptor_indexing on Intel.
  • +
  • VK_KHR_shader_float16_int8 on Intel and RADV.
  • Bug fixes