summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-12-07 15:58:46 +0100
committerMarek Olšák <[email protected]>2014-12-10 21:59:37 +0100
commitc6546cfb03e4f8bf5bea8def990248fcd70597ba (patch)
treed3ad7b44a778e1311c4919dd8ac511e89668e394 /src/gallium/drivers/radeonsi/si_pipe.h
parente90bae4376472a6996925f4bb57ae3ae7994c7e5 (diff)
radeonsi: remove useless variable si_context::pm4_dirty_cdwords
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 5867e738f6c..0c33655920e 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -137,10 +137,6 @@ struct si_context {
unsigned default_ps_gprs, default_vs_gprs;
- /* Below are variables from the old r600_context.
- */
- unsigned pm4_dirty_cdwords;
-
/* Vertex and index buffers. */
bool vertex_buffers_dirty;
struct pipe_index_buffer index_buffer;