diff options
author | Marek Olšák <[email protected]> | 2012-03-08 11:14:53 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-03-08 11:23:24 +0100 |
commit | 80e4d18f84748f903cea07b9bba2d519cfa4163a (patch) | |
tree | 5ffb3d1a8d270ae430dee49ea64cdb8a8ae25371 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 831de96db87ee1f16b60d3aff308a423fece3407 (diff) |
Revert "r600g: rework rasterizer discard for evergreen"
I will use SX_MISC instead.
This reverts commit 734792e83fdc526623d8fe0a60479648c936bd53.
Conflicts:
src/gallium/drivers/r600/evergreen_hw_context.c
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_hw_context.c
src/gallium/drivers/r600/r600_pipe.h
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 9965e2811d0..c5ea55eba32 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -78,12 +78,6 @@ struct r600_db_misc_state { bool flush_depthstencil_enabled; }; -struct r600_eg_streamout_state { - struct r600_atom atom; - bool rasterizer_discard; - bool stream0_enable; -}; - enum r600_pipe_state_id { R600_PIPE_STATE_BLEND = 0, R600_PIPE_STATE_BLEND_COLOR, @@ -151,7 +145,6 @@ struct r600_pipe_rasterizer { float offset_units; float offset_scale; bool scissor_enable; - bool rasterizer_discard; }; struct r600_pipe_blend { @@ -293,7 +286,6 @@ struct r600_context { struct r600_surface_sync_cmd surface_sync_cmd; struct r600_atom r6xx_flush_and_inv_cmd; struct r600_db_misc_state db_misc_state; - struct r600_eg_streamout_state eg_streamout_state; /* Below are variables from the old r600_context. */ @@ -388,7 +380,6 @@ boolean evergreen_is_format_supported(struct pipe_screen *screen, enum pipe_texture_target target, unsigned sample_count, unsigned usage); -void evergreen_set_rasterizer_discard(struct pipe_context *ctx, boolean discard); /* r600_blit.c */ void r600_init_blit_functions(struct r600_context *rctx); |