summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2011-06-07 15:41:30 +1000
committerDave Airlie <[email protected]>2011-06-14 09:17:16 +1000
commit2743851c1a73305dd83e42b99edc49906d9c0a51 (patch)
tree48beb212e51f1eb636a2c63a0a069ae0ac4cc710 /src/gallium/drivers/r600/r600_pipe.h
parent296e6b9038131cd246226881208ffebe3c2683c3 (diff)
r600g: move depth texture flushing out of line.
this needs a piglit run. Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 332f932013a..5e534ca905c 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -204,6 +204,7 @@ 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;
};