diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2014-07-23 22:32:55 -0400 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-02-20 19:51:50 -0500 |
commit | f8e4792b227544aefd45eb716091adb7409fa843 (patch) | |
tree | 7f86b515d2378ca73bd25ddf5d585b52d768e6dc /docs/relnotes | |
parent | 5491458843998e8083baf9b62c14895946de1a3f (diff) | |
download | external_mesa3d-f8e4792b227544aefd45eb716091adb7409fa843.zip external_mesa3d-f8e4792b227544aefd45eb716091adb7409fa843.tar.gz external_mesa3d-f8e4792b227544aefd45eb716091adb7409fa843.tar.bz2 |
nvc0: enable double support
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 695f757..056d3b0 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_pinned_memory on r600, radeonsi</li> <li>GL_ARB_draw_instanced on freedreno</li> +<li>GL_ARB_gpu_shader_fp64 on nvc0, softpipe</li> <li>GL_ARB_instanced_arrays on freedreno</li> <li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li> </ul> |