summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2012-01-03 10:38:38 +0000
committerDave Airlie <[email protected]>2012-01-03 16:19:08 +0000
commit69111847a2bed4c4c2c61001b8bdff3bbe42dc98 (patch)
treed3491f1c9a7daff1aa452822a4c49d05ab03220c /src/gallium/auxiliary/tgsi
parente763b6e78825f11aa3e9e2368ba8fc47313a7848 (diff)
tgsi/softpipe: disable FAST_MATH
In the interest of softpipe preferring correctness over speed and passing more piglit tests, set this to off by default. For speed you really want llvmpipe. Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index d9fc2b77037..7ea8511c390 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -62,7 +62,7 @@
#include "util/u_math.h"
-#define FAST_MATH 1
+#define FAST_MATH 0
#define TILE_TOP_LEFT 0
#define TILE_TOP_RIGHT 1