summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-05-29 00:04:14 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-05-29 00:04:14 +0200
commit783083c3b81c51bae541e0a86801f0492ca352cd (patch)
tree49ace6d31ed5d28f05518dcb3027c992bcf2e3e4 /src/mesa/state_tracker/st_context.h
parenta1d5131d2eaa5f5ccc8b38f9379f9c6bc989bc1a (diff)
st/mesa: use new ability to clear only depth or stencil
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index a578143abc..efff55a905 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -175,6 +175,7 @@ struct st_context
float vertices[4][2][4]; /**< vertex pos + color */
struct pipe_resource *vbuf;
unsigned vbuf_slot;
+ boolean enable_ds_separate;
} clear;
/** used for anything using util_draw_vertex_buffer */