mesa: Move struct _glapi_table allocation out of context.c
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Apr 2010 16:40:47 +0000 (12:40 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Apr 2010 17:43:28 +0000 (13:43 -0400)
commitfa416106307dc193e2133aa6a29b9bcfc91f8b39
tree6669b9d7b0c9299143341050bbd58482dd4e51e0
parentade150d66724259119012420068fa930807311c2
mesa: Move struct _glapi_table allocation out of context.c

We now allocate the table from api_exec.c and dlist.c where we fill out
the table.  This way, context.c doesn't need to know the actual contents
of struct _glapi_table.
src/mesa/es/main/es_generator.py
src/mesa/main/api_exec.c
src/mesa/main/api_exec.h
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/dlist.h