[Mesa-dev] [PATCH 12/12] mesa: Remove exec thunks from the dlist.c module.

Brian Paul brianp at vmware.com
Fri Jan 18 16:27:57 PST 2013


On 01/18/2013 03:30 PM, Eric Anholt wrote:
> 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.

For the rest of the series,
Reviewed-by: Brian Paul <brianp at vmware.com>

Nice clean-ups.

-Brian


More information about the mesa-dev mailing list