diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-06 14:04:55 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:45 +0100 |
commit | a0d667036d8c8b77fa62f74263583b07909f8637 (patch) | |
tree | 41ab8296b3e9d459ea85a36afc6ae12d1b572d35 /docs | |
parent | b78e2a197a1dd866024b0dc97689a006c0e6798f (diff) |
mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 7ccc097c9db..0e2aaeb3bad 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -384,7 +384,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_internalformat_query2 DONE GL_ARB_sparse_texture n/a GL_ARB_sparse_buffer not started - GL_ARB_texture_buffer_range not started + GL_ARB_texture_buffer_range DONE GL_ARB_texture_storage DONE GL_ARB_texture_storage_multisample not started GL_ARB_vertex_attrib_64bit DONE |