mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 7 Nov 2019 13:25:19 +0000 (14:25 +0100)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 19 Nov 2019 07:49:45 +0000 (08:49 +0100)
commit1ef297645c9f22d7f44e019b5a9ca09a84030f49
tree9d3d1522be4d06e86aef8ad3ed1b0c5f56b4a10e
parent8b6d19413f05077f4d337273a12abb5cbb67c3b5
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 <marek.olsak@amd.com>
docs/features.txt
src/mapi/glapi/gen/ARB_sparse_buffer.xml
src/mapi/glapi/gen/static_data.py
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h
src/mesa/main/tests/dispatch_sanity.cpp