mesa: Remove exec thunks from the dlist.c module.
authorEric Anholt <eric@anholt.net>
Fri, 18 Jan 2013 21:44:58 +0000 (13:44 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 22 Jan 2013 05:26:48 +0000 (21:26 -0800)
commit85c2e99039394292474b1a84e3dcb2fee30a0836
treef482ef47707bb7e290a4714e3588dd984e0a7706
parentab4c549378cc2e355e24b8cd3a4cbf28434fd6a8
mesa: Remove exec thunks from the dlist.c module.

These were introduced in 2000 during a rework of the TNL module (commit
cab974cf6c2dbfbf5dd5d291e1aae0f8eeb34290), though I'm having a hard time
finding an instance there of one of these Exec functions being changed
at runtime.

Regardless, as far as I can tell now, these functions don't get changed,
by grepping for calls to SET_* to change the dispatch table (we do change
functions in GLvertexformat at runtime, but those don't overlap with
this set of functions).  Remove them and just let them be initialized to
the same functions as are in the Exec table.

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