summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-07-20 11:46:01 +0200
committerChristian König <[email protected]>2012-07-24 12:29:30 +0200
commit9b213c871a080472660eff271c72a3fcc5d3f578 (patch)
tree551e847dbf32ab8d68cb36292cb5b20c55adc91d /src/gallium/drivers/radeonsi/si_state.h
parent53d47889e67b3de5267d55b90b2110802a6e7dc0 (diff)
radeonsi: move everything else into the 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.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 e94797c63bc..771de125e93 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -123,6 +123,7 @@ union si_state {
struct si_pm4_state *ps_const;
struct si_pm4_state *spi;
struct si_pm4_state *vertex_buffers;
+ struct si_pm4_state *texture_barrier;
struct si_pm4_state *draw_info;
} named;
struct si_pm4_state *array[0];