Add a set of predicate functions for testing matrices instead of directly
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 30 Jun 2005 14:22:23 +0000 (14:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 30 Jun 2005 14:22:23 +0000 (14:22 +0000)
commit049e320f46f3a3daaa36ef67cc680dc504c124d5
tree695bdf68ffa2ba7a7341c0d58e0ddbd736e78a13
parentf138b977d09327445a8e9c8126c493c4487c1630
Add a set of predicate functions for testing matrices instead of directly
testing the flags field.
Move definition of all the MAT_FLAGs into the m_matrix.c file since they're
now private.
src/mesa/main/attrib.c
src/mesa/main/clip.c
src/mesa/main/enable.c
src/mesa/main/light.c
src/mesa/main/matrix.c
src/mesa/main/texstate.c
src/mesa/math/m_matrix.c
src/mesa/math/m_matrix.h
src/mesa/shader/nvvertexec.c
src/mesa/tnl/t_vb_normals.c