summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)Author
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-08-12added FREXPF() macro (bug 4060)Brian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-05-24moved to windows build dirKarl Schultz
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-03-11add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul
2005-01-07Use the 'to' vector to determine the loop count.Keith Whitwell
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
2004-09-09fix a bug in analyse_from_scratch() reported by Wes BethelBrian Paul
2004-09-09clean-ups and commentsBrian Paul
2004-08-25move (void) foo; instances after local declarationsBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-07-23ALIGN16 macro repairsBrian Paul
2004-07-05patch for AIX (bug 983144)Brian Paul
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-03-08remove redundant macros (also in m_matrix.h)Brian Paul
2004-02-05bring in Keith's _math_matrix_ortho() compiler work-aroundBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-07-26VC 6 Project FileKarl Schultz
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-10fixes for x86 buildsBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul
2003-03-19added commentsBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-25move matrix type enum out of GLmatrix structBrian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-01-08fix typo in rotation code (bug 659677)Brian Paul
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul
2002-10-30s/getenv/_mesa_getenv/Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul
2002-07-10re-enable X86 codeBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul