mapi: replace mapi_table abstraction
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 13 Apr 2017 17:23:50 +0000 (18:23 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 May 2017 17:17:03 +0000 (18:17 +0100)
commit4562d88c1d6f02b0601abd97f421a72adf64b3a6
tree7132b6a381a2d9c98467fc6be8687208e76fcc4e
parent424cb9d3eaf2cd4e049c728920a9965df1fbcfac
mapi: replace mapi_table abstraction

Replace all instances of mapi_table with the actual struct _glapi_table.
The former may have been needed when the OpenVG was around. But since
that one is long gone, there' no point in having the current confusing
mix of the two.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/entry.c
src/mapi/glapi/glapi.c
src/mapi/mapi_abi.py
src/mapi/mapi_glapi.c
src/mapi/table.h
src/mapi/u_current.c
src/mapi/u_current.h