summaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_vector.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* math: remove duplicated includesNicolas Kaiser2010-09-301-1/+0
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-8/+8
* mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul2009-05-071-2/+2
* mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul2009-05-071-0/+1
* mesa: reformatting, updated comments, const-correctnessBrian Paul2009-05-071-45/+39
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-239/+0
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul2002-12-041-14/+14
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-14/+15
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-27/+27
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-28/+28
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-1/+32
* Lots of GLchan datatype changes.Brian Paul2001-01-241-2/+33
* Major rework of tnl moduleKeith Whitwell2000-12-261-13/+13
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+367