move some functions, add some comments
[mesa.git] / src / mesa / math /
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-07-26 Karl SchultzVC 6 Project File
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-10 Brian Paulfixes for x86 builds
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-28 Brian Paulsilence some warnings (Evgeny Kotsuba)
2003-03-19 Brian Pauladded comments
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulmove matrix type enum out of GLmatrix struct
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-08 Brian Paulfix typo in rotation code (bug 659677)
2002-12-04 Brian Paulfix bad _mesa_printf() calls (mesa bug 646753)
2002-10-30 Brian Pauls/getenv/_mesa_getenv/
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-09-12 Brian Pauloptimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-07-10 Brian Paulre-enable X86 code
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-03-29 Brian PaulUse invert_matrix_general() instead of invert_matrix_pe...
2002-01-30 Brian Paulreplace GLushort w/ GLubyte in DEST_4US template (fixes...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2002-01-05 Brian Paulcomments, clean-ups, added lots of const qualifiers
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-09-18 Karl Schultzmore compiler warning fixes
2001-08-07 Brian Paulfixed bug in DEST_4F template function
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
2001-05-23 Brian PaulSPARC assembly optimizations from David Miller.
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-18 Brian Pauladded missing #undefs at end of file
2001-05-09 Keith Whitwelladd missing translate functions
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-03-30 Gareth HughesRemove all traces of CULL_MASK_ACTIVE.
2001-03-29 Gareth HughesConsolidation of asm code in 3.5
2001-03-12 Gareth Hughes- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian Paulprocessed by indent to improve readability
2001-03-08 Brian Paulchanged bincoeff var to GLfloat, fixes bug introduced...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-05 Brian Pauladded mesa_profile extern decl
2001-02-05 Brian Paulreplaced frustrum with frustum
2001-02-03 Gareth HughesSome more work on interal debugging, timing routines...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-20 Brian Paulremoved #include <tgmath.h>
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories