summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)AuthorFilesLines
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+16
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+9
2006-06-13Rename some functions/macros to better reflect their behaviour:Brian Paul3-108/+102
2006-06-13Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul1-13/+46
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2-4/+4
2006-04-05just some comments/docsBrian Paul1-3/+19
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul5-11/+10
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-19additional wrapper updates, bug 4468Brian Paul3-12/+12
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-2/+2
2005-08-12added FREXPF() macro (bug 4060)Brian Paul1-3/+3
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul2-73/+151
2005-05-24moved to windows build dirKarl Schultz1-180/+0
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul3-5/+49
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+1
2005-03-11add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul1-3/+4
2005-01-07Use the 'to' vector to determine the loop count.Keith Whitwell1-1/+1
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick1-2/+7
2004-09-09fix a bug in analyse_from_scratch() reported by Wes BethelBrian Paul1-12/+13
2004-09-09clean-ups and commentsBrian Paul1-37/+40
2004-08-25move (void) foo; instances after local declarationsBrian Paul1-7/+4
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2-4/+11
2004-07-23ALIGN16 macro repairsBrian Paul3-18/+16
2004-07-05patch for AIX (bug 983144)Brian Paul1-2/+4
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-0/+1
2004-04-26bring over build fixes from stable branchAlan Hourihane4-1/+16
2004-03-08remove redundant macros (also in m_matrix.h)Brian Paul1-37/+5
2004-02-05bring in Keith's _math_matrix_ortho() compiler work-aroundBrian Paul1-15/+21
2003-11-24Merge vtx-0-2-branchKeith Whitwell2-365/+0
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett1-0/+2
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-180/+180
2003-08-30Generate browse info for Debug version.Karl Schultz1-2/+2
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-3/+3
2003-08-20Use correct conversions when translating array colors.Keith Whitwell3-1/+98
2003-07-26VC 6 Project FileKarl Schultz1-0/+180
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell4-168/+536
2003-07-02 Committing in .Jouk Jansen1-0/+9
2003-06-17 Committing in .Jouk Jansen1-0/+36
2003-06-10fixes for x86 buildsBrian Paul1-3/+2
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick20-20/+0
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul2-8/+27
2003-03-19added commentsBrian Paul1-3/+18
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul1-13/+13
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul5-19/+15
2003-02-25move matrix type enum out of GLmatrix structBrian Paul2-12/+15
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul1-13/+26
2003-01-08fix typo in rotation code (bug 659677)Brian Paul1-4/+4
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul4-71/+71
2002-10-30s/getenv/_mesa_getenv/Brian Paul1-3/+3
2002-10-29updated email addressesBrian Paul4-8/+8