summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-10-27 12:27:34 +0200
committerMarek Olšák <[email protected]>2011-10-27 12:27:34 +0200
commita19e6a8f2840be9a59e46c8d408658715ae47bf0 (patch)
tree4e4598fa7227dbe034d4e4341b606ab19babe4ef /src/gallium/drivers/r600/r600_pipe.h
parent48dcdcffd61c6c3755d818493bc3b7bdc1260ea5 (diff)
r600g: remove redundant variable r600_pipe_context::blit
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index dfb1065e371..330e3202bab 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -229,7 +229,6 @@ struct r600_pipe_context {
struct u_vbuf_mgr *vbuf_mgr;
struct util_slab_mempool pool_transfers;
- boolean blit;
boolean have_depth_texture, have_depth_fb;
unsigned default_ps_gprs, default_vs_gprs;