diff options
author | Marek Olšák <[email protected]> | 2015-02-22 18:46:53 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-07-23 00:59:33 +0200 |
commit | bac12c8948681a23fd1a8f8a6bbb5523ccfe0939 (patch) | |
tree | 896a210d253f5ce595865a39e97184fd3495323c /docs/GL3.txt | |
parent | a193c4978b0b536266afc7887457ab11473671d7 (diff) |
radeonsi: enable tessellation, update GL3.txt & release notes
Reviewed-by: Michel Dänzer <[email protected]>
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 214425713b8..197b676f64b 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -112,7 +112,7 @@ GL 4.0, GLSL 4.00: GL_ARB_gpu_shader_fp64 DONE (nvc0, radeonsi, llvmpipe, softpipe) GL_ARB_sample_shading DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_subroutine started (Dave) - GL_ARB_tessellation_shader started (Chris, Ilia) + GL_ARB_tessellation_shader DONE (radeonsi) GL_ARB_texture_buffer_object_rgb32 DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_texture_cube_map_array DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) GL_ARB_texture_gather DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) |