summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-15 02:34:02 +0200
committerMarek Olšák <[email protected]>2012-07-17 21:22:15 +0200
commitc26fadf195876271e559f844c1fc88effa6a60c1 (patch)
treeb4f21561c97d6a1d108602b769341dcdb1262af7 /src/gallium/drivers/r600/r600_pipe.h
parent5d8d4252f2f6632fc455dcf1079c95495ef445ac (diff)
r600g: remove unused code after conversion of sampler views
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 22e3664856f..02ffb1a1bd1 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -365,7 +365,6 @@ struct r600_context {
unsigned nblocks;
struct r600_block **blocks;
struct list_head dirty;
- struct list_head resource_dirty;
struct list_head enable_list;
unsigned pm4_dirty_cdwords;
unsigned ctx_pm4_ndwords;
@@ -390,9 +389,6 @@ struct r600_context {
unsigned max_db; /* for OQ */
unsigned flags;
boolean predicate_drawing;
- struct r600_range ps_resources;
- struct r600_range vs_resources;
- int num_ps_resources, num_vs_resources;
unsigned num_so_targets;
struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];