diff options
author | Dave Airlie <airlied@redhat.com> | 2015-06-29 17:11:59 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-07-01 12:53:44 +1000 |
commit | 4caaa2681e727fa6405ff6de6d1f6c6a356ede34 (patch) | |
tree | b5e938bd87ca18ce88c7c7b5b39e6caafa689929 /docs/relnotes/10.7.0.html | |
parent | e35c5717837d9ac6d9722b011852bdf187f29776 (diff) | |
download | external_mesa3d-4caaa2681e727fa6405ff6de6d1f6c6a356ede34.zip external_mesa3d-4caaa2681e727fa6405ff6de6d1f6c6a356ede34.tar.gz external_mesa3d-4caaa2681e727fa6405ff6de6d1f6c6a356ede34.tar.bz2 |
docs: update for llvmpipe fp64 support
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'docs/relnotes/10.7.0.html')
-rw-r--r-- | docs/relnotes/10.7.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html index fcc5081..2484243 100644 --- a/docs/relnotes/10.7.0.html +++ b/docs/relnotes/10.7.0.html @@ -49,6 +49,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_shader_stencil_export on llvmpipe</li> <li>GL_ARB_viewport_array on radeonsi</li> <li>GL_ARB_fragment_layer_viewport on radeonsi</li> +<li>GL_ARB_gpu_shader_fp64 on llvmpipe</li> +<li>GL_ARB_vertex_attrib_64bit on llvmpipe</li> </ul> <h2>Bug fixes</h2> |