summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_translate.c
AgeCommit message (Expand)Author
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2006-06-13Rename some functions/macros to better reflect their behaviour:Brian Paul
2006-06-13Fix a few conversion bugs. For example, GLshort->GLfloat conversionBrian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-05-09add missing translate functionsKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell