From 1ef297645c9f22d7f44e019b5a9ca09a84030f49 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 7 Nov 2019 14:25:19 +0100 Subject: mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/features.txt') 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 -- cgit v1.2.3