Module: Mesa Branch: master Commit: 899fd66b446356544afadff27b9365f5f5a26276 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=899fd66b446356544afadff27b9365f5f5a26276
Author: Caio Marcelo de Oliveira Filho <[email protected]> Date: Sat Apr 6 22:34:05 2019 -0700 docs: Add NV_compute_shader_derivatives to 19.1.0 relnotes --- docs/relnotes/19.1.0.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index b0bbd75e7f8..1c5f8d034b7 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -41,8 +41,10 @@ TBD. <ul> <li>GL_ARB_parallel_shader_compile on all drivers.</li> <li>GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).</li> +<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_NV_compute_shader_derivatives on Intel.</li> </ul> <h2>Bug fixes</h2> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
