aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_debug_util.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Fix DEBUG_MATH build on sparc.David S. Miller2009-02-261-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é Fonseca2008-09-211-1/+1
|
* only use __x86_64__, not __amd64__ (bug 15503)Brian Paul2008-04-141-1/+1
|
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-071-2/+2
|
* added FREXPF() macro (bug 4060)Brian Paul2005-08-121-3/+3
|
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-0/+38
|
* ALIGN16 macro repairsBrian Paul2004-07-231-6/+5
|
* patch for AIX (bug 983144)Brian Paul2004-07-051-2/+4
|
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-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 Romanick2003-06-051-1/+0
|
* updated email addressesBrian Paul2002-10-291-2/+2
|
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-10/+1
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* SPARC assembly optimizations from David Miller.Brian Paul2001-05-231-2/+30
|
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-2/+2
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
|
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-031-0/+261
will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on.