Merge commit 'origin/master' into gallium-msaa
[mesa.git] / src / gallium / drivers / svga / svga_tgsi.h
index 737a2213af5c8e9b7f39da50f2250d43037b995b..063c9cf4221574cf06e8aeca54cd646c40a81d7c 100644 (file)
@@ -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 {