Re: [Mesa-dev] [PATCH 08/13] mesa: add support for glNamedBufferStorageEXT

2018-10-02 Thread Marek Olšák
features.txt can be updated. Marek On Sat, Sep 8, 2018 at 12:34 AM Timothy Arceri wrote: > > This is available in ARB_buffer_storage when > EXT_direct_state_access is present. > --- > src/mapi/glapi/gen/gl_API.xml | 7 +++ > src/mesa/main/bufferobj.c | 15 +++

[Mesa-dev] [PATCH 08/13] mesa: add support for glNamedBufferStorageEXT

2018-09-07 Thread Timothy Arceri
This is available in ARB_buffer_storage when EXT_direct_state_access is present. --- src/mapi/glapi/gen/gl_API.xml | 7 +++ src/mesa/main/bufferobj.c | 15 +++ src/mesa/main/bufferobj.h | 3 +++ src/mesa/main/tests/dispatch_sanity.cpp | 1 +