aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/math/m_debug_clip.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-061-1/+1
| | | | | only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit.
* MATH_DEBUG changes from bug #4468.Brian Paul2005-10-071-2/+2
|
* ALIGN16 macro repairsBrian Paul2004-07-231-6/+6
|
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+5
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul2002-12-041-23/+23
|
* s/getenv/_mesa_getenv/Brian Paul2002-10-301-3/+3
|
* updated email addressesBrian Paul2002-10-291-2/+2
|
* Header file clean-up:Brian Paul2002-10-241-2/+2
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-23/+25
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-0/+365
- 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.