summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-29 05:22:00 +0100
committerMarek Olšák <[email protected]>2012-01-31 02:17:56 +0100
commit2000086fcd5174f121f61dd6df5948c67101e148 (patch)
tree704c1de4d96fbd113498e8b110ca52a32fcbd7b9 /src/gallium/drivers/r600/r600_pipe.h
parent84b4b2a8aacf6655d3f2a9f03dec3913a00aabdb (diff)
r600g: don't add PA_SC_LINE_STIPPLE to rasterizer_state
It's always emitted in draw_vbo. Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index b7c5e55b540..d4578bd93db 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -109,6 +109,7 @@ struct r600_pipe_rasterizer {
boolean two_side;
unsigned sprite_coord_enable;
unsigned clip_plane_enable;
+ unsigned pa_sc_line_stipple;
float offset_units;
float offset_scale;
};
@@ -209,6 +210,7 @@ struct r600_pipe_context {
struct pipe_framebuffer_state framebuffer;
unsigned cb_target_mask;
unsigned cb_color_control;
+ unsigned pa_sc_line_stipple;
/* for saving when using blitter */
struct pipe_stencil_ref stencil_ref;
struct pipe_viewport_state viewport;