summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86-64
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-01-18 13:44:58 -0800
committerEric Anholt <[email protected]>2013-01-21 21:26:48 -0800
commit85c2e99039394292474b1a84e3dcb2fee30a0836 (patch)
treef482ef47707bb7e290a4714e3588dd984e0a7706 /src/mesa/x86-64
parentab4c549378cc2e355e24b8cd3a4cbf28434fd6a8 (diff)
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 <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/x86-64')
0 files changed, 0 insertions, 0 deletions