mesa/src/mapi/glapi
Emil Velikov cf317bf093 mapi: add all _glapi_table entrypoints to static_data.py
Currently various parts of mesa use the glapi_table differently.

Some use _glapi_get_proc_offset() to get the offset, while others
directly reference the specific offset via _gloffset_Function.

Add all static entries, to ensure things don't break as we flip to the
upstream XML + new mapi generator.

Note: the offsets are also used for the alias remap table, thus we need
to ensure we honour the correct offsets range or it will break.

Currently this is done via MAX_OFFSETS constant, although a better
solution is in the works.

v2: add FramebufferTexture2DMultisampleEXT
v3: add MAX_OFFSETS guard

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> (v1)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2019-01-24 18:13:25 +00:00
..
gen mapi: add all _glapi_table entrypoints to static_data.py 2019-01-24 18:13:25 +00:00
registry mesa: GL_MESA_framebuffer_flip_y extension [v4] 2018-07-27 12:32:25 -07:00
tests mesa: drop GL_EXT_polygon_offset support 2018-05-18 09:21:24 +10:00
.gitignore
glapi.c mapi: replace mapi_table abstraction 2017-05-04 18:17:03 +01:00
glapi.h glx/apple: locate dispatch table functions to wrap by name 2018-02-01 15:14:08 +00:00
glapi_dispatch.c glapi: define GL_API to be KEYWORD1 in glapi_dispatch.c (v2) 2018-03-30 14:33:33 -06:00
glapi_entrypoint.c
glapi_getproc.c glapi: include generated headers without path 2017-10-27 11:06:07 -07:00
glapi_nop.c glapi: include generated headers without path 2017-10-27 11:06:07 -07:00
glapi_priv.h mapi: remove duplicate GL typedefs 2018-01-25 17:42:50 +00:00
meson.build meson: Add tests to suites 2018-11-20 09:09:22 -08:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00