summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_vector.c
AgeCommit message (Expand)Author
2010-09-30math: remove duplicated includesNicolas Kaiser
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-05-07mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul
2009-05-07mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul
2009-05-07mesa: reformatting, updated comments, const-correctnessBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell