summaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_xform.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Remove src/mesa/ppcMatt Turner2012-01-211-6/+0
* mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-121-21/+0
* mesa: remove unused functions in m_xform.[ch]Brian Paul2009-02-121-72/+0
* mesa: remove empty, unneeded mathmod.h headerBrian Paul2009-02-121-1/+0
* mesa: get rid of _math_init()Brian Paul2009-02-111-8/+0
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-2/+2
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-071-2/+2
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-0/+6
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-2/+7
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+1
* fixes for x86 buildsBrian Paul2003-06-101-3/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-3/+1
* re-enable X86 codeBrian Paul2002-07-101-2/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* remove dead vertex assemblyKeith Whitwell2002-04-091-2/+1
* SPARC assembly optimizations from David Miller.Brian Paul2001-05-231-1/+8
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-1/+2
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-58/+18
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* more namespace clean-upsBrian Paul2001-03-031-5/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-9/+9
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-031-5/+5
* Fix crash in book/stencil.Keith Whitwell2001-01-131-1/+2
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-1/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-2/+2
* * Auto* build fixesJon Taylor2000-11-181-1/+2
* Minor header file changes to silence warnings.Brian Paul2000-11-171-1/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+251