Mesa (lp-binning): llvmpipe: Undo debug override.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Oct 9 15:22:56 UTC 2009


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Oct  9 16:21:25 2009 +0100

llvmpipe: Undo debug override.

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 3585011..38c3aea 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -192,7 +192,6 @@ void lp_rast_load_zstencil( struct lp_rasterizer *rast,
 void lp_rast_shade_tile( struct lp_rasterizer *rast,
                          const union lp_rast_cmd_arg arg )
 {
-#if 0
    const struct lp_rast_shader_inputs *inputs = arg.shade_tile;
    const unsigned masks[4] = {~0, ~0, ~0, ~0};
    unsigned x, y;
@@ -204,10 +203,6 @@ void lp_rast_shade_tile( struct lp_rasterizer *rast,
    for (y = 0; y < TILE_SIZE; y += 2)
       for (x = 0; x < TILE_SIZE; x += 8)
          lp_rast_shade_quads( rast, inputs, x, y, masks);
-#else
-   RAST_DEBUG("%s\n", __FUNCTION__);
-   memset(rast->tile.color, 0x80, TILE_SIZE * TILE_SIZE * 4);
-#endif
 }
 
 




More information about the mesa-commit mailing list