Merge branch 'gallium-front-ccw'
[mesa.git] / src / gallium / drivers / svga / svga_state_fs.c
index 1310fd9825fa8a71d7f686cf0107fce422b331c7..ad6f2947137633bb21672c130ffe1addfcda6db2 100644 (file)
@@ -131,8 +131,7 @@ static int make_fs_key( const struct svga_context *svga,
       /* SVGA_NEW_RAST
        */
       key->light_twoside = svga->curr.rast->templ.light_twoside;
-      key->front_cw = (svga->curr.rast->templ.front_winding == 
-                       PIPE_WINDING_CW);
+      key->front_ccw = svga->curr.rast->templ.front_ccw;
    }
 
    /* The blend workaround for simulating logicop xor behaviour