summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-07-17 14:31:57 +0200
committerChristian König <[email protected]>2012-07-24 12:29:29 +0200
commit0a091a48242513e53a99976239405e8cb72d96be (patch)
tree32323cc457d92d99ae618c5e3796eb1f76697dbc /src/gallium/drivers/radeonsi/si_state.h
parent63636ae52aefc275115d1f3daac4e75285583485 (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.h1
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];
};