summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-07-18 11:36:28 +0200
committerChristian König <[email protected]>2012-07-24 12:29:30 +0200
commit76660dfccede74782ac0d409da171ddbd61fae41 (patch)
tree9ea799e275e4c5a3e9dca1fa741e5882b2be5fad /src/gallium/drivers/radeonsi/si_state.h
parente6937211da019223ca3b8fd0be6ed5a5fe35c706 (diff)
radeonsi: move CB_TARGET_MASK into fb/blend state
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 306b45a9818..4034f5514e2 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -72,6 +72,7 @@ union si_state {
struct si_state_rasterizer *rasterizer;
struct si_state_dsa *dsa;
struct si_pm4_state *fb_rs;
+ struct si_pm4_state *fb_blend;
struct si_pm4_state *dsa_stencil_ref;
} named;
struct si_pm4_state *array[0];