Module: Mesa
Branch: lp-binning
Commit: 6464ec48366fee201c61a481c3205a64279797b2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6464ec48366fee201c61a481c3205a64279797b2

Author: José Fonseca <jfons...@vmware.com>
Date:   Fri Oct  9 16:50:32 2009 +0100

llvmpipe: Remove partial tile override.

---

 src/gallium/drivers/llvmpipe/lp_setup_tri.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_setup_tri.c 
b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
index c437940..3cb7a28 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_tri.c
+++ b/src/gallium/drivers/llvmpipe/lp_setup_tri.c
@@ -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:

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to