Mesa (master): llvmpipe: (trivial) disable new accurate origin calculation

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Nov 22 11:20:59 UTC 2013


Module: Mesa
Branch: master
Commit: f69d2c857d2e2df72fbbda0bb2e50561cec9ebe1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f69d2c857d2e2df72fbbda0bb2e50561cec9ebe1

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Nov 22 11:28:46 2013 +0000

llvmpipe: (trivial) disable new accurate origin calculation

It looks like there's some bugs in it...

---

 src/gallium/drivers/llvmpipe/lp_state_setup.c |    2 +-
 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 ef000fb..9c17d76 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




More information about the mesa-commit mailing list