diff options
author | Glenn Kennard <glenn.kennard@gmail.com> | 2015-09-11 12:42:23 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-09-12 07:32:08 +0100 |
commit | ce34048b575240347f8426c541971d00c810d3c9 (patch) | |
tree | ede4522e86273d29ce083d4e5def61fee0686622 /docs/relnotes/11.1.0.html | |
parent | d2ca9afd5da2a0228bbf7a9af5a2bb94424441c9 (diff) | |
download | external_mesa3d-ce34048b575240347f8426c541971d00c810d3c9.zip external_mesa3d-ce34048b575240347f8426c541971d00c810d3c9.tar.gz external_mesa3d-ce34048b575240347f8426c541971d00c810d3c9.tar.bz2 |
r600: Enable fp64 on chips with native support
Cypress/Cayman/Aruba, earlier r6xx/r7xx chips only support a subset
of the needed fp64 ops, and don't do GL4 anyway.
Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 603b06f..528905f 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_shader_texture_image_samples on i965</li> <li>GL_ARB_texture_query_lod on softpipe</li> +<li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> </ul> <h2>Bug fixes</h2> |