mesa/gallium: automatically lower two-sided lighting
[mesa.git] / src / mesa / state_tracker / st_context.h
index 433e27160da06bc91479926f759c60ec6c840927..159aecad5cff4d9c4d0df4398ba4fa5e102131c1 100644 (file)
@@ -150,6 +150,7 @@ struct st_context
    boolean lower_flatshade;
    boolean lower_alpha_test;
    boolean lower_point_size;
+   boolean lower_two_sided_color;
 
    /**
     * If a shader can be created when we get its source.