Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-02-26 | mesa: Fix DEBUG_MATH build on sparc. | David S. Miller | |
Need to use '__asm__' instead of plain 'asm'. math/m_debug_clip.c: In function ‘test_cliptest_function’: math/m_debug_clip.c:253: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘asm’ math/m_debug_clip.c:253: warning: implicit declaration of function ‘asm’ Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2008-09-21 | mesa: Replace deprecated __MSC__ macro. | José Fonseca | |
2008-04-14 | only use __x86_64__, not __amd64__ (bug 15503) | Brian Paul | |
2005-10-07 | MATH_DEBUG changes from bug #4468. | Brian Paul | |
2005-08-12 | added FREXPF() macro (bug 4060) | Brian Paul | |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2004-07-23 | ALIGN16 macro repairs | Brian Paul | |
2004-07-05 | patch for AIX (bug 983144) | Brian Paul | |
2003-10-08 | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | |
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | |||
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2001-05-23 | SPARC assembly optimizations from David Miller. | Brian Paul | |
2001-03-30 | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-02-03 | Some more work on interal debugging, timing routines for things that | Gareth Hughes | |
will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on. |