mesa/src/mapi
Emil Velikov babec55f7e mapi/new: don't print info we don't need for ES1/ES2
There is no need for the noop functions, the public_stubs and
public_entries table or table size defines. Remove those.

Pretty much all of this is applicable to GLVND, although it
requires preparatory work.

v2:
 - python style fixes (Dylan)
 - use "gldispatch" instead of not "glesv1" "glesv2"
 - remove the public_entries table/array (Erik)

v3:
 - use if == "gldispatch", instead of "in" (Kyle)

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> (v2)
2019-01-24 18:13:25 +00:00
..
es1api meson: Add tests to suites 2018-11-20 09:09:22 -08:00
es2api meson: Add tests to suites 2018-11-20 09:09:22 -08:00
glapi mapi: add all _glapi_table entrypoints to static_data.py 2019-01-24 18:13:25 +00:00
new mapi/new: don't print info we don't need for ES1/ES2 2019-01-24 18:13:25 +00:00
shared-glapi glapi: add missing visibility args 2018-11-22 18:21:05 +00:00
.gitignore
Android.mk
entry.c
entry.h
entry_ppc64le_tls.h
entry_ppc64le_tsd.h
entry_x86-64_tls.h
entry_x86_tls.h
entry_x86_tsd.h
Makefile.am mapi/new: import mapi scripts from glvnd 2019-01-24 18:13:25 +00:00
Makefile.sources mapi: autotools: remove unused MAPI_FILES file list 2018-01-25 17:42:46 +00:00
mapi_abi.py mapi: drop unneeded gl_dispatch_stub declarations 2019-01-24 18:13:24 +00:00
mapi_glapi.c
mapi_tmp.h
meson.build mapi: move genCommon.py to src/mapi/new 2019-01-24 18:13:25 +00:00
stub.c
stub.h
table.c
table.h
u_current.c
u_current.h
u_execmem.c
u_execmem.h