Add a set of predicate functions for testing matrices instead of directly
[mesa.git] / src / mesa / math / m_matrix.c
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-03-11 Brian Pauladd MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), ...
2004-09-09 Brian Paulfix a bug in analyse_from_scratch() reported by Wes...
2004-02-05 Brian Paulbring in Keith's _math_matrix_ortho() compiler work...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix typo in rotation code (bug 659677)
2002-10-24 Brian PaulHeader file clean-up:
2002-09-12 Brian Pauloptimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-03-29 Brian PaulUse invert_matrix_general() instead of invert_matrix_pe...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-09-18 Karl Schultzmore compiler warning fixes
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-05 Brian Paulreplaced frustrum with frustum
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-20 Brian Paulremoved #include <tgmath.h>
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories