Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | |
2009-09-08 | mesa: fix viewport_z_clip breakage | Brian Paul | |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt | |
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path. | |||
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | |
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | |||
2006-04-06 | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul | |
only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit. | |||
2005-10-07 | MATH_DEBUG changes from bug #4468. | Brian Paul | |
2004-07-23 | ALIGN16 macro repairs | Brian Paul | |
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2002-12-04 | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | |
2002-10-30 | s/getenv/_mesa_getenv/ | Brian Paul | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
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. | |||
2002-06-29 | Applied 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-21 | Initial commit of cliptest work. More to come shortly. | Gareth Hughes | |
- 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. |