Re: [Mesa-dev] [PATCH 04/13] glapi: add EXT_direct_state_access

2018-10-02 Thread Marek Olšák
The patch subject should be changed, because it adds only a tiny subset of the extension. Marek On Sat, Sep 8, 2018 at 12:32 AM Timothy Arceri wrote: > > From: Chris Forbes > > Signed-off-by: Chris Forbes > --- > .../glapi/gen/EXT_direct_state_access.xml | 101 ++ > src/map

[Mesa-dev] [PATCH 04/13] glapi: add EXT_direct_state_access

2018-09-07 Thread Timothy Arceri
From: Chris Forbes Signed-off-by: Chris Forbes --- .../glapi/gen/EXT_direct_state_access.xml | 101 ++ src/mapi/glapi/gen/gl_API.xml | 3 + src/mesa/main/tests/dispatch_sanity.cpp | 30 +++--- 3 files changed, 119 insertions(+), 15 deletions(-) crea