Module: Mesa Branch: master Commit: 17eac30e9025d044c06db3a7ac75b574716a9a09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17eac30e9025d044c06db3a7ac75b574716a9a09
Author: Samuel Iglesias Gonsálvez <[email protected]> Date: Mon Jan 9 11:35:31 2017 +0100 docs: add Vulkan Float64 capability support for anv driver Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- docs/relnotes/17.0.0.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/17.0.0.html b/docs/relnotes/17.0.0.html index be91ded..899d24c 100644 --- a/docs/relnotes/17.0.0.html +++ b/docs/relnotes/17.0.0.html @@ -52,6 +52,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_OES_geometry_shader on i965/haswell</li> <li>GL_OES_texture_cube_map_array on i965/haswell</li> <li>GL_OES_viewport_array on i965/haswell</li> +<li>Vulkan Float64 capability support on Intel's ANV driver</li> </ul> <h2>Bug fixes</h2> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
