summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_tri.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-04 14:11:25 -0700
committerBrian Paul <brianp@vmware.com>2009-12-04 14:11:25 -0700
commita08d6302168341001003da32d42cfcff2311fa04 (patch)
tree7e7e4f5374e3947a4cad349a247f1c7613cafdf9 /src/gallium/drivers/llvmpipe/lp_rast_tri.c
parent15a2a588d88ae02e575ff1ef9287c789ebdadead (diff)
llvmpipe: use LP_DBG() macro everywhere
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_tri.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_tri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_tri.c b/src/gallium/drivers/llvmpipe/lp_rast_tri.c
index e772a0158a..81a9c1c142 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_tri.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast_tri.c
@@ -30,6 +30,7 @@
*/
#include "util/u_math.h"
+#include "lp_debug.h"
#include "lp_rast_priv.h"
#include "lp_tile_soa.h"
@@ -185,7 +186,7 @@ lp_rast_triangle( struct lp_rasterizer *rast,
assert(Elements(rast->blocks) == (TILE_SIZE * TILE_SIZE) / (4*4));
- debug_printf("%s\n", __FUNCTION__);
+ LP_DBG(DEBUG_RAST, "lp_rast_triangle\n");
rast->nr_blocks = 0;