Module: Mesa Branch: master Commit: a151500dd1ab1a75ba1f63e7361fed1e3411780c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a151500dd1ab1a75ba1f63e7361fed1e3411780c
Author: Andres Gomez <[email protected]> Date: Thu Apr 18 21:00:37 2019 +0200 docs/relnotes: add support for VK_KHR_shader_float16_int8 v2: radv also supports it now (Samuel Pitoiset). Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> --- docs/relnotes/19.1.0.html | 1 + 1 file changed, 1 insertion(+) 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. <li>VK_EXT_buffer_device_address on Intel and RADV.</li> <li>VK_NV_compute_shader_derivatives on Intel.</li> <li>VK_EXT_descriptor_indexing on Intel.</li> +<li>VK_KHR_shader_float16_int8 on Intel and RADV.</li> </ul> <h2>Bug fixes</h2> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
