mesa: Remove the size argument from _mesa_alloc_dispatch_table().
authorEric Anholt <eric@anholt.net>
Fri, 18 Jan 2013 00:53:31 +0000 (16:53 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 22 Jan 2013 05:26:47 +0000 (21:26 -0800)
commitced98f17efc73c313700bbf936f7258131037ef3
treee4e74808be08e55ee5e291c086e040f5d9532d21
parentcb49016622312082a636640488be50bef6b379ed
mesa: Remove the size argument from _mesa_alloc_dispatch_table().

All callers are in Mesa core and all use _gloffset_COUNT, so just rely on
the already baked-in use of _gloffset_COUNT in the function.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/api_exec.h
src/mesa/main/context.c
src/mesa/main/dlist.c