summaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_translate.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove CHECK macro.Matt Turner2015-02-231-6/+0
* mesa: remove unused _math_trans_4chan()Brian Paul2015-02-191-21/+0
* 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
* mesa: s/CONST/const/ in math/ filesBrian Paul2012-09-051-17/+17
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-7/+7
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-3/+3
* Rename some functions/macros to better reflect their behaviour:Brian Paul2006-06-131-76/+76
* Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul2006-06-131-13/+46
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-1/+1
* Use correct conversions when translating array colors.Keith Whitwell2003-08-201-1/+58
* silence some warnings (Evgeny Kotsuba)Brian Paul2003-05-281-4/+4
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Header file clean-up:Brian Paul2002-10-241-4/+3
* more compiler warning fixesKarl Schultz2001-09-181-4/+4
* add missing translate functionsKeith Whitwell2001-05-091-2/+2
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-5/+14
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-20/+19
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-1/+19
* Lots of GLchan datatype changes.Brian Paul2001-01-241-14/+61
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-2/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-10/+120
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-0/+478