diff options
author | Marek Olšák <[email protected]> | 2015-08-29 15:05:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-09-01 21:51:14 +0200 |
commit | c44de3097925e0d7b4f310432448a62a681189d5 (patch) | |
tree | 31aef63016df7eb38126b8c3cac7dadbeaf171f2 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 74aa64876b54bc2d0088bc9ed2d390eaa2b73349 (diff) |
radeonsi: convert blend color state into an atom
Reviewed-by: Alex Deucher <[email protected]>
Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 77c4dd118dc..68a7cf9c3b4 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -78,7 +78,6 @@ struct si_vertex_element union si_state { struct { struct si_state_blend *blend; - struct si_pm4_state *blend_color; struct si_state_rasterizer *rasterizer; struct si_state_dsa *dsa; struct si_pm4_state *fb_rs; @@ -108,6 +107,7 @@ union si_state_atoms { struct r600_atom *db_render_state; struct r600_atom *msaa_config; struct r600_atom *sample_mask; + struct r600_atom *blend_color; struct r600_atom *clip_regs; struct r600_atom *clip_state; struct r600_atom *shader_userdata; |