From 2743851c1a73305dd83e42b99edc49906d9c0a51 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 7 Jun 2011 15:41:30 +1000 Subject: r600g: move depth texture flushing out of line. this needs a piglit run. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r600/r600.h') 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 { -- cgit v1.2.3