summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.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.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.h')
-rw-r--r--src/gallium/drivers/r600/r600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index bf7138d9e4e..225c17c2540 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -261,6 +261,7 @@ struct r600_context {
struct r600_range vs_resources;
struct r600_range fs_resources;
int num_ps_resources, num_vs_resources, num_fs_resources;
+ boolean have_depth_texture, have_depth_fb;
};
struct r600_draw {