dispatch: Delete unused init_dispatch functions.
authorPaul Berry <stereotype441@gmail.com>
Wed, 31 Oct 2012 21:13:16 +0000 (14:13 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 6 Nov 2012 20:57:46 +0000 (12:57 -0800)
commit91b828ea740daa0bff6abb7da03dd18594016091
tree23092e8f278c403bd0e6af2f680272e8f634aabc
parent98874ec30b3db83454cc55bbdda910a0ec16ff53
dispatch: Delete unused init_dispatch functions.

The new code-generated version of _mesa_create_exec_table() populates
the entire dispatch table (except for dynamic functions) by itself; it
no longer calls separate functions to initialize parts of the dispatch
table.  This patch removes those no-longer-needed functions.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
32 files changed:
src/mesa/main/accum.c
src/mesa/main/accum.h
src/mesa/main/atifragshader.c
src/mesa/main/atifragshader.h
src/mesa/main/attrib.c
src/mesa/main/attrib.h
src/mesa/main/bufferobj.c
src/mesa/main/bufferobj.h
src/mesa/main/colortab.c
src/mesa/main/colortab.h
src/mesa/main/convolve.c
src/mesa/main/convolve.h
src/mesa/main/dlist.c
src/mesa/main/dlist.h
src/mesa/main/drawpix.c
src/mesa/main/drawpix.h
src/mesa/main/eval.c
src/mesa/main/eval.h
src/mesa/main/feedback.c
src/mesa/main/feedback.h
src/mesa/main/histogram.c
src/mesa/main/histogram.h
src/mesa/main/pixel.c
src/mesa/main/pixel.h
src/mesa/main/rastpos.c
src/mesa/main/rastpos.h
src/mesa/main/texgen.c
src/mesa/main/texgen.h
src/mesa/main/transformfeedback.c
src/mesa/main/transformfeedback.h
src/mesa/main/uniforms.c
src/mesa/main/uniforms.h