diff options
author | Christian König <[email protected]> | 2012-08-03 10:26:01 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-08-11 09:58:26 +0200 |
commit | 9f5ff5981cfc1b1eb613890e4f8cec6a448611cc (patch) | |
tree | f002d756b83ba02547d7dd0f299b092294609727 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 583c212115795bef65da92761180ce830fafc927 (diff) |
radeonsi: move drawing into 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 475432d54fb..87b53702314 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -93,6 +93,7 @@ union si_state { struct si_pm4_state *vertex_buffers; struct si_pm4_state *texture_barrier; struct si_pm4_state *draw_info; + struct si_pm4_state *draw; } named; struct si_pm4_state *array[0]; }; |