diff options
author | Christian König <[email protected]> | 2012-07-17 15:05:14 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-07-24 12:29:29 +0200 |
commit | 43f414f7b76902a728d26231d4cc047b794df10b (patch) | |
tree | 2127ae1b3af4bb463ae2a424b27fb813f8ed04f7 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 9cbbe0d4e6a7deb01ff580eb3c49763f9f1d94d9 (diff) |
radeonsi: move scissor state 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 1ba6dcaa02b..51cb1c0d5b0 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -40,6 +40,7 @@ union si_state { struct si_state_blend *blend; struct si_pm4_state *blend_color; struct si_pm4_state *clip; + struct si_pm4_state *scissor; } named; struct si_pm4_state *array[0]; }; |