aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_debug.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-1/+5
| | | | | | | | - Add debug, benchmark code. - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions before exiting the fast math block. - Remove divide-by-zero test in x86 cliptest, and set clipped vertices to [0,0,0,1] instead of leaving them uninitialized.
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
|
* added mesa_profile extern declBrian Paul2001-02-051-2/+4
|
* Some more work on interal debugging, timing routines for things thatGareth Hughes2001-02-031-0/+37
will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on.