summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lots of GLchan datatype changes.Brian Paul2001-01-245-26/+159
* Fix crash in book/stencil.Keith Whitwell2001-01-133-3/+63
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-082-3/+2
* various compilation/warning fixesKeith Whitwell2001-01-053-3/+13
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-4/+6
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-3/+1
* Major rework of tnl moduleKeith Whitwell2000-12-2612-204/+821
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-243-10/+10
* removed #include <tgmath.h>Brian Paul2000-11-201-4/+1
* * More work on the auto* build systemJon Taylor2000-11-191-1/+3
* * Auto* build fixesJon Taylor2000-11-182-3/+5
* Minor header file changes to silence warnings.Brian Paul2000-11-173-5/+12
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-1615-0/+5845