summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_xform.c
AgeCommit message (Expand)Author
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul
2009-02-12mesa: remove empty, unneeded mathmod.h headerBrian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2003-06-10fixes for x86 buildsBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-07-10re-enable X86 codeBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-04-09remove dead vertex assemblyKeith 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-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith 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-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