Re: [Mesa-dev] [PATCH 2/2] mesa: only expose EXT_memory_object functions if the ext is supported

2017-08-21 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Mon, Aug 21, 2017 at 10:22 PM, Samuel Pitoiset wrote: > They should not be exposed when the extension is unsupported. > Note that ARB_direct_state_access is always exposed and > EXT_semaphore is

[Mesa-dev] [PATCH 2/2] mesa: only expose EXT_memory_object functions if the ext is supported

2017-08-21 Thread Samuel Pitoiset
They should not be exposed when the extension is unsupported. Note that ARB_direct_state_access is always exposed and EXT_semaphore is not supported at all. Signed-off-by: Samuel Pitoiset --- src/mesa/main/bufferobj.c | 21 +++--