summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-14 15:34:29 +0200
committerMarek Olšák <[email protected]>2012-07-17 21:22:14 +0200
commitd1ca16b2738644d17c10e736ca36981f69f5fa87 (patch)
treeba1b83f65e75d5f631cb0ae2a5c77442b03355ab /src/gallium/drivers/r600/r600_pipe.h
parent585baac652ffa172fb3fbbdd4c7559d03b7c27ef (diff)
r600g: remove unused flag have_depth_fb
This is a leftover from: commit fe1fd675565231b49d3ac53d0b4bec39d8bc6781 Author: Marek Olšák <[email protected]> Date: Sun Jul 8 03:10:37 2012 +0200 r600g: don't flush depth textures set as colorbuffers
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 200f0a2ca59..4688b62f2fb 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -329,7 +329,7 @@ struct r600_context {
struct u_upload_mgr *uploader;
struct util_slab_mempool pool_transfers;
- boolean have_depth_texture, have_depth_fb;
+ boolean have_depth_texture;
unsigned default_ps_gprs, default_vs_gprs;