mesa: Remove unnecessary glapitable.h includes.
authorChia-I Wu <olv@lunarg.com>
Mon, 25 Oct 2010 20:25:45 +0000 (04:25 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 27 Oct 2010 03:11:11 +0000 (11:11 +0800)
commitb762db62c2972506fa78a5ed72f796113fc9b0d1
tree9921c770f488c82c1368eb074659e33493459460
parentaefd4f76ea52d0480d63e053d2e2c768dd40a470
mesa: Remove unnecessary glapitable.h includes.

With 07b85457d95bcc70588584e9380c51cd63aa3a2b, glapitable.h is included
by core mesa only to know the size of _glapi_table.  It is not necessary
as the same info is given by _gloffset_COUNT.

This change makes _glapi_table opaque to core mesa.  All operations on
it are supposed to go through one of the SET/GET/CALL macros.
src/mesa/main/api_exec.c
src/mesa/main/api_loopback.c
src/mesa/main/context.c
src/mesa/main/dispatch.h
src/mesa/main/dlist.c
src/mesa/main/es_generator.py