Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Fix DEBUG_MATH build on sparc. | David S. Miller | 2009-02-26 | 1 | -2/+2 |
| | | | | | | | | | | 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 <[email protected]> | ||||
* | mesa: Replace deprecated __MSC__ macro. | José Fonseca | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | only use __x86_64__, not __amd64__ (bug 15503) | Brian Paul | 2008-04-14 | 1 | -1/+1 |
| | |||||
* | MATH_DEBUG changes from bug #4468. | Brian Paul | 2005-10-07 | 1 | -2/+2 |
| | |||||
* | added FREXPF() macro (bug 4060) | Brian Paul | 2005-08-12 | 1 | -3/+3 |
| | |||||
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 1 | -0/+38 |
| | |||||
* | ALIGN16 macro repairs | Brian Paul | 2004-07-23 | 1 | -6/+5 |
| | |||||
* | patch for AIX (bug 983144) | Brian Paul | 2004-07-05 | 1 | -2/+4 |
| | |||||
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -0/+2 |
| | | | | in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
| | |||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -10/+1 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | SPARC assembly optimizations from David Miller. | Brian Paul | 2001-05-23 | 1 | -2/+30 |
| | |||||
* | Remove all traces of CULL_MASK_ACTIVE. | Gareth Hughes | 2001-03-30 | 1 | -2/+2 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
| | |||||
* | Some more work on interal debugging, timing routines for things that | Gareth Hughes | 2001-02-03 | 1 | -0/+261 |
will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on. |