summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_private.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-29 14:35:30 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-29 14:35:47 +0100
commit807e7c4ccfdaebf8e568357fb1fd8090ccae638c (patch)
tree7241cf046d0001ba39d72ac05ba1be1869553d48 /src/gallium/auxiliary/draw/draw_private.h
parent8808d62f608d1397ee75d0087301d0b0a0278244 (diff)
draw: add more switches to turn FSE on/off
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 88a7224b62..4f8cceee1e 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -157,7 +157,8 @@ struct draw_context
const void *constants;
} user;
- boolean test_fse;
+ boolean test_fse; /* enable FSE even though its not correct (eg for softpipe) */
+ boolean no_fse; /* disable FSE even when it is correct */
} pt;
struct {