diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-10-13 21:39:42 -0400 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-10-13 21:45:21 -0400 |
commit | afb6dc53bff58c137d07ca5b58c50debce5729d8 (patch) | |
tree | f5610589ddd81ba06d16e80c73700ea3fa317fe4 /docs/features.txt | |
parent | a6d6eff2e6ea2ccd585fe9bf1e159979cd3047df (diff) |
nv50: enable ARB_enhanced_layouts
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index ec2634f9a7..77138087ec 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -193,11 +193,11 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, radeonsi GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600) GL_ARB_clear_texture DONE (i965, nv50, nvc0, r600) - GL_ARB_enhanced_layouts DONE (i965, llvmpipe, softpipe) + GL_ARB_enhanced_layouts DONE (i965, nv50, nvc0, llvmpipe, softpipe) - compile-time constant expressions DONE - explicit byte offsets for blocks DONE - forced alignment within blocks DONE - - specified vec4-slot component numbers DONE (i965, llvmpipe, softpipe) + - specified vec4-slot component numbers DONE (i965, nv50, nvc0, llvmpipe, softpipe) - specified transform/feedback layout DONE - input/output block locations DONE GL_ARB_multi_bind DONE (all drivers) |