summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-12-07 15:52:15 +0100
committerMarek Olšák <[email protected]>2014-12-10 21:59:37 +0100
commit384213cb5122361f1b4561b3d591e8c8fbef26ab (patch)
treed40cc22923b807dfe5a69e89310d7e7540f7bd4a /src/gallium/drivers/radeonsi/si_state.h
parentfeedd8f7005eea29e741d1b1cf46025200066583 (diff)
radeonsi: emit draw packets directly into the CS
Reviewed-by: Michel Dänzer <[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, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index b8d80407055..be2e8580646 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -109,7 +109,6 @@ union si_state {
struct si_pm4_state *ps;
struct si_pm4_state *spi;
struct si_pm4_state *draw_info;
- struct si_pm4_state *draw;
} named;
struct si_pm4_state *array[0];
};