projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e763b6e
)
tgsi/softpipe: disable FAST_MATH
author
Dave Airlie
<airlied@redhat.com>
Tue, 3 Jan 2012 10:38:38 +0000
(10:38 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 3 Jan 2012 16:19:08 +0000
(16:19 +0000)
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 <airlied@redhat.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index d9fc2b77037ae0a9d3c538bfb490add5efb37817..7ea8511c3902845219900eff67761e69c8130c58 100644
(file)
--- 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