diff options
author | Samuel Iglesias Gonsálvez <[email protected]> | 2017-01-09 11:35:31 +0100 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <[email protected]> | 2017-01-10 06:42:44 +0100 |
commit | 17eac30e9025d044c06db3a7ac75b574716a9a09 (patch) | |
tree | c7907537ffb1acdb50247f15bcc0a08e7dae04f7 /docs | |
parent | ada66480b29be5730b217943e626b246ce6c67fd (diff) |
docs: add Vulkan Float64 capability support for anv driver
Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.0.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.0.0.html b/docs/relnotes/17.0.0.html index be91ded3bf2..899d24c71e6 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> |