mesa/src/mapi/glapi
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
..
gen glapi: Mark TexBuffer as an alias of TexBufferARB. 2012-04-09 14:33:41 -07:00
.gitignore glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08:00
glapi.c mapi: Clean up u_current interface. 2010-12-18 15:05:52 +08:00
glapi.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
glapi_dispatch.c glapi: Do not use glapidispatch.h. 2010-10-27 10:06:25 +08:00
glapi_entrypoint.c glapi: Clean up header inclusions. 2010-08-23 18:28:14 +08:00
glapi_gentable.c glapi: Correct size of allocated _glapi_table struct 2012-04-22 20:39:32 -07:00
glapi_getproc.c drivers/x11: unifdef XFree86Server 2010-11-29 17:37:54 -05:00
glapi_mapi_tmp.h glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glapi_nop.c mapi/glapi: Never use a generic no-op entry-point on Windows. 2012-02-02 14:45:24 +00:00
glapi_priv.h glapi: Include GLES2 headers for ES2 extension functions 2012-02-15 14:50:00 -08:00
glapi_sparc.S glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glapi_x86-64.S glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glapi_x86.S glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glapitable.h glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glapitemp.h glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glprocs.h glapi: regen for TBO change. 2012-04-09 14:33:53 -07:00
glthread.c glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
glthread.h mesa,glsl,mapi: Put extern "C" { ... } where appropriate. 2011-11-09 10:24:37 +00:00
Makefile shared-glapi: Convert to automake 2012-03-19 11:13:06 -04:00
SConscript scons: Don't build the assembly sources on Mac OS X. 2012-02-25 00:25:43 -08:00
sources.mak glapi: Add API that can create a _glapi_table from a dlfcn handle 2011-06-11 21:55:01 -07:00