diff options
author | Keith Whitwell <[email protected]> | 2008-05-29 14:35:30 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-29 14:35:47 +0100 |
commit | 807e7c4ccfdaebf8e568357fb1fd8090ccae638c (patch) | |
tree | 7241cf046d0001ba39d72ac05ba1be1869553d48 /src/gallium/auxiliary/draw/draw_private.h | |
parent | 8808d62f608d1397ee75d0087301d0b0a0278244 (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.h | 3 |
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 88a7224b623..4f8cceee1e8 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 { |