mesa/src/mapi
Jonas Maebe bb30e76328 glapi: Correct size of allocated _glapi_table struct
The __glapi_gentable_set_remaining_noop() routine treats the _glapi_struct
as an array of _glapi_get_dispatch_table_size() pointers, so we have to
allocate _glapi_get_dispatch_table_size()*sizeof(void*) bytes rather
than sizeof(struct _glapi_struct) bytes.

Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 8d09f4d0cc)
2012-04-22 20:41:04 -07:00
..
es1api glapi: update .gitignore for generated ES dispatch headers 2011-08-18 10:18:22 -07:00
es2api add machine generated files to .gitignore 2011-01-24 09:17:57 -07:00
glapi glapi: Correct size of allocated _glapi_table struct 2012-04-22 20:41:04 -07:00
mapi mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
shared-glapi Remove windows kernel support code. 2011-11-29 17:34:56 +00:00
vgapi Remove windows kernel support code. 2011-11-29 17:34:56 +00:00
Android.mk android: clean up libglapi bulid rules a bit 2011-11-26 11:42:01 +08:00