llvmpipe: Remove partial tile override.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 9 Oct 2009 15:50:32 +0000 (16:50 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 9 Oct 2009 15:50:32 +0000 (16:50 +0100)
src/gallium/drivers/llvmpipe/lp_setup_tri.c

index c437940..3cb7a28 100644 (file)
@@ -423,15 +423,10 @@ do_triangle_ccw(struct setup_context *setup,
            }
            else 
            {
-#if 1
-               bin_command( &setup->tile[x][y], lp_rast_shade_tile,
-                            lp_rast_arg_inputs(&tri->inputs) );
-#else
                /* shade partial tile */
               bin_command( &setup->tile[x][y], 
                             lp_rast_triangle, 
                             lp_rast_arg_triangle(tri) );
-#endif
            }
 
            /* Iterate cx values across the region: