b89a731ff297dec597e3a4be1abf94e97d9b0e44 |
|
06-Dec-2010 |
Brian Paul <brianp@vmware.com> |
mesa: add error margin to clip mask debug/check code When X or Y or Z is close to W the outcome of the floating point clip test comparision may be different between the C and x86 asm paths. That's OK; don't report an error. See fd.o bug 32093
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
ae0cd811892d55bee12afed88fd12bb2611517d3 |
|
29-Sep-2010 |
Vinson Lee <vlee@vmware.com> |
mesa: Fix printf format warning. Fixes this GCC warning. math/m_debug_clip.c: In function '_math_test_all_cliptest_functions': math/m_debug_clip.c:363: warning: format not a string literal and no format arguments
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
298be2b028263b2c343a707662c6fbfa18293cb2 |
|
19-Feb-2010 |
Kristian Høgsberg <krh@bitplanet.net> |
Replace the _mesa_*printf() wrappers with the plain libc versions
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
126696caf7c2ab66420ab60a2c363613b88bacb4 |
|
09-Sep-2009 |
Brian Paul <brianp@vmware.com> |
mesa: fix viewport_z_clip breakage
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
b4922b533155cc139ebafb111502bb55d2ad2ccf |
|
26-Aug-2009 |
Eric Anholt <eric@anholt.net> |
mesa: Add support for ARB_depth_clamp. 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.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
bbd287103dad776d8a45c87c4e51fbc26d9b80d5 |
|
18-Sep-2008 |
Brian Paul <brian.paul@tungstengraphics.com> |
mesa: prefix a bunch of #include lines with "main/". This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
51faca127005c41277df76bc8eafc8fd64ca0673 |
|
07-Apr-2006 |
Brian Paul <brian.paul@tungstengraphics.com> |
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
81a22ef53953d950052c7bd5a282e96107a25f24 |
|
07-Oct-2005 |
Brian Paul <brian.paul@tungstengraphics.com> |
MATH_DEBUG changes from bug #4468.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
b8f29f29eb611c92d43aaf8ffcd2d9743b3af967 |
|
23-Jul-2004 |
Brian Paul <brian.paul@tungstengraphics.com> |
ALIGN16 macro repairs
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
462183fe4cb6df6d90632d9e2cee881c8d26b1cb |
|
26-Apr-2004 |
Alan Hourihane <alanh@tungstengraphics.com> |
bring over build fixes from stable branch
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
9ac51f57efe07ed43a1e4224a7f5daddec401b36 |
|
05-Jun-2003 |
Ian Romanick <idr@us.ibm.com> |
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
91e98cd153da9e17fa1abda2acf9c4bd5ee0976a |
|
04-Dec-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
fix bad _mesa_printf() calls (mesa bug 646753)
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
9167d04dea5b66e07cb0f133295d56367868e19c |
|
30-Oct-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
s/getenv/_mesa_getenv/
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
05a4b37707d2c598ea68c05d07a3d65bcbf5a076 |
|
29-Oct-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
updated email addresses
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
3c63452e64df7e10aa073c6c3b9492b1d7dabbb8 |
|
25-Oct-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
Header file clean-up: 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.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
4e9676fb13f60ecdbc247b120031f18cd3febcb0 |
|
29-Jun-2002 |
Brian Paul <brian.paul@tungstengraphics.com> |
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|
e7e38a47a8dd567fd5a848cbef09b14018fb2fe0 |
|
21-May-2001 |
Gareth Hughes <gareth@valinux.com> |
Initial commit of cliptest work. More to come shortly. - 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.
/external/mesa3d/src/mesa/math/m_debug_clip.c
|