From c523f31f4a35f8396ab35859c70fb041c210cedb Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 29 Dec 2010 12:50:59 +0100 Subject: svga: Add more swrast debuging --- src/gallium/drivers/svga/svga_context.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gallium/drivers/svga/svga_context.h') diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index d4970908b1e..0550ddd79b9 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -148,6 +148,10 @@ struct svga_rasterizer_state { unsigned hw_unfilled:16; /* PIPE_POLYGON_MODE_x */ unsigned need_pipeline:16; /* which prims do we need help for? */ + + const char* need_pipeline_tris_str; + const char* need_pipeline_lines_str; + const char* need_pipeline_points_str; }; struct svga_sampler_state { @@ -317,6 +321,9 @@ struct svga_context unsigned shader_id; unsigned disable_shader; + + boolean no_line_width; + boolean force_hw_line_stipple; } debug; struct { -- cgit v1.2.3