llvmpipe: (trivial) disable new accurate origin calculation
authorRoland Scheidegger <sroland@vmware.com>
Fri, 22 Nov 2013 11:28:46 +0000 (11:28 +0000)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 22 Nov 2013 11:29:00 +0000 (11:29 +0000)
It looks like there's some bugs in it...

src/gallium/drivers/llvmpipe/lp_state_setup.c

index ef000fb380ec1aeb1ea4e36689b2f822ad4a08bc..9c17d769d373a23bce273ffbad8a7ffb8cbc7fd7 100644 (file)
@@ -57,7 +57,7 @@
  * nothing to change that (in fact it may make it worse), but some tests
  * (don't ask) really want accurate values at origin (and ONLY origin).
  */
-#define ACCURATE_A0 1
+#define ACCURATE_A0 0
 
 
 /* currently organized to interpolate full float[4] attributes even