summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)Author
2002-04-09remove dead vertex assemblyKeith Whitwell
2002-03-29Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul
2002-01-30replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2002-01-05comments, clean-ups, added lots of const qualifiersBrian 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-08-07fixed bug in DEST_4F template functionBrian Paul
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-05-23SPARC assembly optimizations from David Miller.Brian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-05-18added missing #undefs at end of fileBrian Paul
2001-05-09add missing translate functionsKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-29Consolidation of asm code in 3.5Gareth Hughes
2001-03-12- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we'veGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08processed by indent to improve readabilityBrian Paul
2001-03-08changed bincoeff var to GLfloat, fixes bug introduced in previous check-inBrian Paul
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-02-05added mesa_profile extern declBrian Paul
2001-02-05replaced frustrum with frustumBrian Paul
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05various compilation/warning fixesKeith Whitwell
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith 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-19* More work on the auto* build systemJon Taylor
2000-11-18* Auto* build fixesJon Taylor
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell