mapi/new: don't print info we don't need for ES1/ES2
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 15 Nov 2018 14:49:32 +0000 (14:49 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 24 Jan 2019 18:13:25 +0000 (18:13 +0000)
commitbabec55f7eb00486bc60b6edd9673599e6579c2c
treeb0df3d89a61c2e94829d0d1f44ca4bd7a742bf33
parent5b1bdce15684095702143f656681ceb91c82a48c
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)
src/mapi/new/gen_gldispatch_mapi.py