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/GL3.txt | |
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/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 86f5e41..a5b8175 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -109,7 +109,7 @@ GL 4.0, GLSL 4.00: - Enhanced per-sample shading DONE (r600) - Interpolation functions DONE (r600) - New overload resolution rules DONE - GL_ARB_gpu_shader_fp64 DONE (softpipe) + GL_ARB_gpu_shader_fp64 DONE (nvc0, softpipe) GL_ARB_sample_shading DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_subroutine not started GL_ARB_tessellation_shader started (Chris, Ilia) |