Re: [Mesa-dev] [PATCH 1/4] mesa: enable ARB_direct_state_access in compat for GL3.1+

2018-08-27 Thread Marek Olšák
_mesa_VertexArrayVertexBuffer_no_error crashes if vaobj == 0. _mesa_VertexArrayVertexBuffer doesn't have this issue. Marek On Fri, Aug 24, 2018 at 7:06 AM, Timothy Arceri wrote: > We could enable it for lower versions of GL but this allows us > to just use the existing version/extension checks

[Mesa-dev] [PATCH 1/4] mesa: enable ARB_direct_state_access in compat for GL3.1+

2018-08-24 Thread Timothy Arceri
We could enable it for lower versions of GL but this allows us to just use the existing version/extension checks that are already used by the core profile. --- src/mapi/glapi/gen/apiexec.py| 194 +++ src/mesa/main/extensions_table.h | 2 +-