summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.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.h
parent9f6e8e1d6b8696a3ee96cba01b2466ba7a1a8ef6 (diff)
llvmpipe: rasterization debugging helpers
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h
index 5f3059e794..3c8dae6b01 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast.h
@@ -245,4 +245,11 @@ lp_rast_arg_null( void )
#define LP_RAST_OP_MAX 0xf
#define LP_RAST_OP_MASK 0xff
+void
+lp_debug_bins( struct lp_scene *scene );
+void
+lp_debug_draw_bins_by_cmd_length( struct lp_scene *scene );
+void
+lp_debug_draw_bins_by_coverage( struct lp_scene *scene );
+
#endif