diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-07 14:25:19 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:45 +0100 |
commit | 1ef297645c9f22d7f44e019b5a9ca09a84030f49 (patch) | |
tree | 9d3d1522be4d06e86aef8ad3ed1b0c5f56b4a10e /docs/features.txt | |
parent | 8b6d19413f05077f4d337273a12abb5cbb67c3b5 (diff) |
mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function
The spec is unclear on how to handle the buffer argument so we reuse
the logic from the EXT_direct_state_access spec.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/features.txt')
-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 1661e41492d..14eb2ad48f2 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -383,7 +383,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_instanced_arrays DONE GL_ARB_internalformat_query2 DONE GL_ARB_sparse_texture n/a - GL_ARB_sparse_buffer not started + GL_ARB_sparse_buffer DONE GL_ARB_texture_buffer_range DONE GL_ARB_texture_storage DONE GL_ARB_texture_storage_multisample DONE |