mesa/src/mapi
Tapani Pälli 205b684725 mesa: GL_ARB_ES3_2_compatibility GL compat profile support
Patch removes 'desktop=false' from aliased function, otherwise
glPrimitiveBoundingBox[ARB] cannot be retrieved via GetProcAddress.
This was seen with new OpenGL 4.5 tests that utilize
GL_ARB_ES3_2_compatibility and bounding box API.

v2: fixes to display list support (Ilia Mirkin)

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12846>
2021-09-23 11:10:23 +00:00
..
es1api Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds 2021-02-22 21:27:19 +00:00
es2api Adjust dylib compatibility versions to match what was set by mesa-18.3's autotools-based builds 2021-02-22 21:27:19 +00:00
glapi mesa: GL_ARB_ES3_2_compatibility GL compat profile support 2021-09-23 11:10:23 +00:00
new python: explicitly require python3 2021-08-14 21:44:31 +00:00
shared-glapi wgl: Fix unit test when using shared glapi 2021-09-08 07:21:48 -07:00
entry.c mapi: do not call thread-unsafe dispatch getter 2020-10-26 12:35:21 +00:00
entry.h
entry_ppc64le_tls.h
entry_ppc64le_tsd.h
entry_x86-64_tls.h x86: Add ENDBR at function entries 2020-03-26 16:38:46 -07:00
entry_x86_tls.h x86: Add ENDBR at function entries 2020-03-26 16:38:46 -07:00
entry_x86_tsd.h mapi: x86: Fix dynamic entries in x86 tsd stubs. 2020-06-26 18:28:01 +00:00
mapi_abi.py python: drop python2 support 2021-08-14 21:44:32 +00:00
mapi_glapi.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
mapi_tmp.h
meson.build meson: fix logic for generating .pc files with old glvnd 2019-09-25 23:25:27 +00:00
stub.c mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
stub.h
table.c mapi: Respect MESA_DEBUG=silent for no-op debug output. 2021-04-19 20:53:27 +00:00
table.h
u_current.c util: Add a helper macro for defining initial-exec variables. 2021-06-02 03:10:49 +00:00
u_current.h mapi: Fix shared-glapi build with MSVC 2021-09-08 07:21:26 -07:00
u_execmem.c add execmem build option 2021-06-09 21:28:17 +00:00
u_execmem.h