summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_matrix.c
AgeCommit message (Expand)Author
2002-10-24Header file clean-up:Brian Paul
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-03-29Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-05replaced frustrum with frustumBrian Paul
2001-01-05various compilation/warning fixesKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-20removed #include <tgmath.h>Brian Paul
2000-11-18* Auto* build fixesJon Taylor
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell