| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: s/CONST/const/ in math/ files | Brian Paul | 2012-09-05 | 1 | -17/+17 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-30 | 1 | -1/+0 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: replace old MEMSET macro with memset | Brian Paul | 2010-02-19 | 1 | -7/+7 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | Rename some functions/macros to better reflect their behaviour: | Brian Paul | 2006-06-13 | 1 | -76/+76 |
* | Fix a few conversion bugs. For example, GLshort->GLfloat conversion | Brian Paul | 2006-06-13 | 1 | -13/+46 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |
* | Use correct conversions when translating array colors. | Keith Whitwell | 2003-08-20 | 1 | -1/+58 |
* | silence some warnings (Evgeny Kotsuba) | Brian Paul | 2003-05-28 | 1 | -4/+4 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -4/+3 |
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -4/+4 |
* | add missing translate functions | Keith Whitwell | 2001-05-09 | 1 | -2/+2 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -5/+14 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -20/+19 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -1/+19 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -14/+61 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -2/+4 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -10/+120 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -0/+478 |