mesa: get rid of _math_init()
authorBrian Paul <brianp@vmware.com>
Wed, 11 Feb 2009 20:52:17 +0000 (13:52 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Feb 2009 20:52:17 +0000 (13:52 -0700)
commit2218592d47b963791105f5b8fa1a0b3f3a07f674
treec7a10c524f2c2242e64cbe8f90697b6fae43fa8d
parentc5bae14245192e83e7a91a6b72dc8451dd76f8ef
mesa: get rid of _math_init()

Only VBO uses the evaluator code so call _math_init_eval() there.

Only TNL uses the transform/translate code so call _math_init_transformation()
and _math_init_translate9) there.

This is a step toward resolving some symbol collisions between Mesa's and
gallium's x86 codegen.
Have VBO and TNL modules call _math_init_transformation()
src/mesa/main/context.c
src/mesa/math/m_xform.c
src/mesa/math/mathmod.h
src/mesa/tnl/t_context.c
src/mesa/vbo/vbo_context.c