summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-01-26 15:52:46 +0000
committerKeith Whitwell <keithw@vmware.com>2010-02-03 10:36:55 +0000
commitfc3efccdc67390847fc544f97dbdb1826442ae9a (patch)
tree0ac08ea72cfccfb5c2c27c2f0e9a8c5041e8bdad /src/gallium/drivers/svga/svga_tgsi.h
parent9b23e1f9a37a1d98f43673ea9f564b725f1f4283 (diff)
svga: better method for generating white fs color outputs
Diffstat (limited to 'src/gallium/drivers/svga/svga_tgsi.h')
-rw-r--r--src/gallium/drivers/svga/svga_tgsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi.h b/src/gallium/drivers/svga/svga_tgsi.h
index 737a2213af..063c9cf422 100644
--- a/src/gallium/drivers/svga/svga_tgsi.h
+++ b/src/gallium/drivers/svga/svga_tgsi.h
@@ -49,6 +49,7 @@ struct svga_fs_compile_key
{
unsigned light_twoside:1;
unsigned front_cw:1;
+ unsigned white_fragments:1;
unsigned num_textures:8;
unsigned num_unnormalized_coords:8;
struct {