summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-08-02 14:43:23 +0200
committerChristian König <[email protected]>2012-08-11 09:58:25 +0200
commit708337e62e86cfb2df893f0733bb7c5a4938fab6 (patch)
tree2d93e413d622143ab6d82ff6d5cf25cbf3615861 /src/gallium/drivers/radeonsi/radeonsi_pipe.h
parent862df0885aa04ef68319382fc2df27a7b68fc0dd (diff)
radeonsi: move init state to new state handling
Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/radeonsi_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
index 4b9884e4421..ec2f7906877 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h
+++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
@@ -181,7 +181,6 @@ struct r600_context {
struct radeon_winsys_cs *cs;
unsigned pm4_dirty_cdwords;
- unsigned init_dwords;
/* The list of active queries. Only one query of each type can be active. */
struct list_head active_query_list;