mesa: add error margin to clip mask debug/check code
authorBrian Paul <brianp@vmware.com>
Mon, 6 Dec 2010 16:44:23 +0000 (09:44 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 6 Dec 2010 16:46:01 +0000 (09:46 -0700)
commitb89a731ff297dec597e3a4be1abf94e97d9b0e44
tree05c4e5ac9db311db73cebf2f068b6147c8d37d18
parent4538ce915ba4c43290f4341ad80040b4b735eab3
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
src/mesa/math/m_debug_clip.c