mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 4 Jul 2018 01:06:41 +0000 (11:06 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 5 Jul 2018 03:15:34 +0000 (13:15 +1000)
commit0cb6537deecbbb5f330b5835de29f64e4faf61c4
treecea8fc97f3877bdb01a066262b823a5ee78cd270
parent39063334d3e33d3a59760abc856e018cfd4e3583
mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile

Its unlikely anyone will add proper ARB_direct_state_access compat
support before we branch 18.2. Enabling the extension in 4.5 at
least allows users to make use of MESA_GL_VERSION_OVERRIDE=4.5COMPAT
for games like No Mans Sky.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mapi/glapi/gen/apiexec.py
src/mesa/main/extensions_table.h
src/mesa/main/tests/dispatch_sanity.cpp