diff options
author | Marek Olšák <[email protected]> | 2012-02-16 14:45:35 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-02-16 17:15:50 +0100 |
commit | b0b81218132b6952de987dca21b9750d8d51b7f0 (patch) | |
tree | 7908d233ceb68d16a696e04ea0329d13510ae3db /src/gallium/drivers/r600/r600_pipe.h | |
parent | 73191026b4198a3dce86dac015f973616f76363a (diff) |
r600g: remove the workaround for quads and provoking vertex
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 33b0e27d26a..8eaa988fb38 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -135,7 +135,6 @@ struct r600_pipe_rasterizer { unsigned sprite_coord_enable; unsigned clip_plane_enable; unsigned pa_sc_line_stipple; - unsigned pa_su_sc_mode_cntl; unsigned pa_cl_clip_cntl; float offset_units; float offset_scale; @@ -241,7 +240,6 @@ struct r600_context { unsigned cb_target_mask; unsigned cb_color_control; unsigned pa_sc_line_stipple; - unsigned pa_su_sc_mode_cntl; unsigned pa_cl_clip_cntl; /* for saving when using blitter */ struct pipe_stencil_ref stencil_ref; |