mesa/src/mapi
Jonas Maebe 8d09f4d0cc 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>
2012-04-22 20:39:32 -07:00
..
es1api shared-glapi: Convert to automake 2012-03-19 11:13:06 -04: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:39:32 -07:00
mapi shared-glapi: Convert to automake 2012-03-19 11:13:06 -04:00
shared-glapi shared-glapi: Include from builddir 2012-03-29 09:25:15 -04:00
vgapi shared-glapi: Convert to automake 2012-03-19 11:13:06 -04:00
Android.mk mapi: Fix Android build 2012-04-10 21:07:12 -07:00