diff options
author | Christian König <[email protected]> | 2012-07-18 11:03:32 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-07-24 12:29:30 +0200 |
commit | e6937211da019223ca3b8fd0be6ed5a5fe35c706 (patch) | |
tree | a0922673693c629128fc0a8ca748353581682afd /src/gallium/drivers/radeonsi/si_state.h | |
parent | b41b3eb9893b9bac8df363fef4d10c68798616e2 (diff) |
radeonsi: move stencil_ref to new 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 53a6f2bdc35..306b45a9818 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 *dsa_stencil_ref; } named; struct si_pm4_state *array[0]; }; |