summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2013-11-22 11:28:46 +0000
committerRoland Scheidegger <sroland@vmware.com>2013-11-22 11:29:00 +0000
commitf69d2c857d2e2df72fbbda0bb2e50561cec9ebe1 (patch)
treefcb5be601580ef19c032031ec38c442da5a94103 /src/gallium/drivers/llvmpipe
parentbb354c6c279031dafc08029a62cd3e76a6c1ca71 (diff)
llvmpipe: (trivial) disable new accurate origin calculation
It looks like there's some bugs in it...
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_setup.c b/src/gallium/drivers/llvmpipe/lp_state_setup.c
index ef000fb380e..9c17d769d37 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_setup.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_setup.c
@@ -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