Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul | 2006-04-06 | 1 | -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 Paul | 2005-10-07 | 1 | -2/+2 |
| | |||||
* | ALIGN16 macro repairs | Brian Paul | 2004-07-23 | 1 | -6/+6 |
| | |||||
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -0/+5 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | 2002-12-04 | 1 | -23/+23 |
| | |||||
* | s/getenv/_mesa_getenv/ | Brian Paul | 2002-10-30 | 1 | -3/+3 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -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 Paul | 2002-06-29 | 1 | -23/+25 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | Initial commit of cliptest work. More to come shortly. | Gareth Hughes | 2001-05-21 | 1 | -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. |