summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* VC 6 Project FileKarl Schultz2003-07-261-0/+180
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-174-168/+536
* Committing in .Jouk Jansen2003-07-021-0/+9
* Committing in .Jouk Jansen2003-06-171-0/+36
* fixes for x86 buildsBrian Paul2003-06-101-3/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0520-20/+0
* silence some warnings (Evgeny Kotsuba)Brian Paul2003-05-282-8/+27
* added commentsBrian Paul2003-03-191-3/+18
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-13/+13
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-015-19/+15
* move matrix type enum out of GLmatrix structBrian Paul2003-02-252-12/+15
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-13/+26
* fix typo in rotation code (bug 659677)Brian Paul2003-01-081-4/+4
* fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul2002-12-044-71/+71
* s/getenv/_mesa_getenv/Brian Paul2002-10-301-3/+3
* updated email addressesBrian Paul2002-10-294-8/+8
* Header file clean-up:Brian Paul2002-10-248-23/+15
* optimizations to _math_matrix_rotate() (Rudolf Opalla)Brian Paul2002-09-121-97/+155
* re-enable X86 codeBrian Paul2002-07-101-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-296-87/+102
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-031-5/+5
* remove dead vertex assemblyKeith Whitwell2002-04-092-4/+2
* Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul2002-03-291-3/+10
* replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul2002-01-301-5/+5
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-053-54/+54
* comments, clean-ups, added lots of const qualifiersBrian Paul2002-01-051-53/+78
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-13/+13
* more compiler warning fixesKarl Schultz2001-09-183-49/+49
* fixed bug in DEST_4F template functionBrian Paul2001-08-071-2/+2
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-8/+4
* SPARC assembly optimizations from David Miller.Brian Paul2001-05-232-3/+38
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-214-4/+374
* added missing #undefs at end of fileBrian Paul2001-05-181-1/+5
* add missing translate functionsKeith Whitwell2001-05-091-2/+2
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-5/+14
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-309-635/+352
* Consolidation of asm code in 3.5Gareth Hughes2001-03-292-106/+55
* - Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we'veGareth Hughes2001-03-127-116/+117
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-1221-298/+346
* processed by indent to improve readabilityBrian Paul2001-03-081-200/+161
* changed bincoeff var to GLfloat, fixes bug introduced in previous check-inBrian Paul2001-03-081-11/+11
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-082-5/+5
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-072-9/+9
* more namespace clean-upsBrian Paul2001-03-036-33/+33
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-039-117/+117
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-204-4/+82
* added mesa_profile extern declBrian Paul2001-02-051-2/+4
* replaced frustrum with frustumBrian Paul2001-02-052-12/+12
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-035-607/+736