summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-24Header file clean-up:Brian Paul8-23/+15
2002-09-12optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul1-97/+155
2002-07-10re-enable X86 codeBrian Paul1-2/+2
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul6-87/+102
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-2/+2
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul1-5/+5
2002-04-09remove dead vertex assemblyKeith Whitwell2-4/+2
2002-03-29Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul1-3/+10
2002-01-30replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul1-5/+5
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul3-54/+54
2002-01-05comments, clean-ups, added lots of const qualifiersBrian Paul1-53/+78
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-13/+13
2001-09-18more compiler warning fixesKarl Schultz3-49/+49
2001-08-07fixed bug in DEST_4F template functionBrian Paul1-2/+2
2001-06-28restore normal length optimization in dlistsKeith Whitwell1-8/+4
2001-05-23SPARC assembly optimizations from David Miller.Brian Paul2-3/+38
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes4-4/+374
2001-05-18added missing #undefs at end of fileBrian Paul1-1/+5
2001-05-09add missing translate functionsKeith Whitwell1-2/+2
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-5/+14
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes9-635/+352
2001-03-29Consolidation of asm code in 3.5Gareth Hughes2-106/+55
2001-03-12- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we'veGareth Hughes7-116/+117
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes21-298/+346
2001-03-08processed by indent to improve readabilityBrian Paul1-200/+161
2001-03-08changed bincoeff var to GLfloat, fixes bug introduced in previous check-inBrian Paul1-11/+11
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2-5/+5
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2-9/+9