Modify glprocs.h to have two tables instead of one. The first table
authorIan Romanick <idr@us.ibm.com>
Thu, 27 May 2004 00:05:13 +0000 (00:05 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 27 May 2004 00:05:13 +0000 (00:05 +0000)
commit7867799c72c3420994389406c5f64263304b74d6
tree5e246cd4f2288d03aa77293864448e0bfba87c57
parentc1d455f5827e7044dcb316dadc755a6f91299906
Modify glprocs.h to have two tables instead of one.  The first table
is just a huge string will all the function names in it.  The second
table contains offsets into the first table instead of pointers to
strings.
src/mesa/glapi/gl_procs.py
src/mesa/glapi/glapi.c
src/mesa/glapi/glprocs.h