aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-03-02 17:36:05 +0100
committerMarek Olšák <[email protected]>2013-03-11 13:43:36 +0100
commit1724ef8908bf969633048337d571c6b133770855 (patch)
treef754b0b87922b3dca1978b58077c01424736f891 /src/gallium/drivers/r600/r600_pipe.h
parent65cbf895670d2afb44d320fcc9d607f3c6c582ef (diff)
r600g: remove deprecated state management code
It's nice to see so much code that did pretty much nothing go away. Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index ba0aaadec2e..9a3cb2c0c6d 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -568,14 +568,6 @@ struct r600_context {
unsigned current_render_cond_mode;
boolean predicate_drawing;
- /* Deprecated state management. */
- struct r600_range *range;
- unsigned nblocks;
- struct r600_block **blocks;
- struct list_head dirty;
- struct list_head enable_list;
- unsigned pm4_dirty_cdwords;
-
struct r600_isa *isa;
};