From f25836d7b2c21e046a725cf13c8649d3981693b7 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 27 Aug 2010 19:24:51 +0100 Subject: llvmpipe: rasterization debugging helpers --- src/gallium/drivers/llvmpipe/lp_rast.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h') 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 -- cgit v1.2.3