summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-30 04:08:15 +0100
committerMarek Olšák <[email protected]>2012-01-31 23:12:30 +0100
commit621e0db71c5ddcb379171064a4f720c9cf01e888 (patch)
treecf1aebc9b20bf948f40e2f65300c3dd21692752e /src/gallium/drivers/r600/r600_pipe.h
parent3b0467192057cc561b6d495d6445b2ed04fc3ebf (diff)
r600g: remove redundant pm4 and pm4_cdwords in r600_context
These only mirrored radeon_winsys_cs.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 5ed07cb74e2..0aaec4be9b0 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -268,9 +268,6 @@ struct r600_context {
unsigned creloc;
struct r600_resource **bo;
- uint32_t *pm4;
- unsigned pm4_cdwords;
-
/* The list of active queries. Only one query of each type can be active. */
struct list_head active_query_list;
unsigned num_cs_dw_queries_suspend;