summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug_util.h
AgeCommit message (Collapse)Author
2010-03-12Grammar and spelling fixesJeff Smith
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2009-02-26mesa: 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-21mesa: Replace deprecated __MSC__ macro.José Fonseca
2008-04-14only use __x86_64__, not __amd64__ (bug 15503)Brian Paul
2005-10-07MATH_DEBUG changes from bug #4468.Brian Paul
2005-08-12added FREXPF() macro (bug 4060)Brian Paul
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2004-07-23ALIGN16 macro repairsBrian Paul
2004-07-05patch for AIX (bug 983144)Brian Paul
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers.
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29updated email addressesBrian Paul
2002-06-29Applied 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-23SPARC assembly optimizations from David Miller.Brian Paul
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-03Some more work on interal debugging, timing routines for things thatGareth Hughes
will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on.