diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-11-09 12:39:05 -0500 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-11-11 19:20:41 -0500 |
commit | c4182bb9b0897b4a4ac4f06b54fc7f6a2ddeb105 (patch) | |
tree | 6d5e91bf1d0851901a6ffb2c56642f9ab9beab25 /docs/GL3.txt | |
parent | ae39b0fda81ce592b8c965b715469650d35e5fef (diff) |
nv50,nvc0: add ARB_clear_texture 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 845672b07d..b768eea789 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -177,7 +177,7 @@ GL 4.4, GLSL 4.40: GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600, radeonsi) - GL_ARB_clear_texture DONE (i965) (gallium - in progress, VMware) + GL_ARB_clear_texture DONE (i965, nv50, nvc0) GL_ARB_enhanced_layouts in progress (Timothy) - compile-time constant expressions in progress - explicit byte offsets for blocks in progress |