diff options
author | Ilia Mirkin <[email protected]> | 2014-02-28 22:11:49 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-03-04 21:54:54 -0500 |
commit | c74783abfa8eda86ec8322981e63a7e9a85a1c3c (patch) | |
tree | c6268f12a7628aa450e7bd50b8705c10f8622f12 /docs | |
parent | dfa1ab0e52dde185c80f83b8e354a821f46c2949 (diff) |
nv50,nvc0: add 11f_11f_10f vertex support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-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 432a056421b..9758dcca24e 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -177,7 +177,7 @@ GL 4.4: GL_ARB_query_buffer_object not started GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv30, nv50, nvc0, r300, r600, radeonsi, swrast) GL_ARB_texture_stencil8 not started - GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, r600) + GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600) More info about these features and the work involved can be found at |