diff options
author | Christian König <[email protected]> | 2012-07-17 14:31:57 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-07-24 12:29:29 +0200 |
commit | 0a091a48242513e53a99976239405e8cb72d96be (patch) | |
tree | 32323cc457d92d99ae618c5e3796eb1f76697dbc /src/gallium/drivers/radeonsi/si_state.h | |
parent | 63636ae52aefc275115d1f3daac4e75285583485 (diff) |
radeonsi: move blend color to new state handling
Signed-off-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index ed880d6c916..f02bb5b1b64 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -38,6 +38,7 @@ struct si_state_blend { union si_state { struct { struct si_state_blend *blend; + struct si_pm4_state *blend_color; } named; struct si_pm4_state *array[0]; }; |