summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-08-27 19:24:51 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-07 14:02:29 +0100
commitf25836d7b2c21e046a725cf13c8649d3981693b7 (patch)
treefd0e6a664b460685b6afceac386dfe3a6d131ed9 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent9f6e8e1d6b8696a3ee96cba01b2466ba7a1a8ef6 (diff)
llvmpipe: rasterization debugging helpers
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index b1b4546bb8..3bcdfd6074 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -291,5 +291,7 @@ void lp_rast_triangle_8( struct lp_rasterizer_task *,
void lp_rast_triangle_3_16( struct lp_rasterizer_task *,
const union lp_rast_cmd_arg );
+void
+lp_debug_bin( const struct cmd_bin *bin );
#endif