From 072157e2ba87f3303958e48815fa2548009d3410 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 30 May 2011 22:21:12 +0200 Subject: mesa git update 30 May 2011 --- mesalib/src/mesa/state_tracker/st_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesalib/src/mesa/state_tracker/st_context.h') diff --git a/mesalib/src/mesa/state_tracker/st_context.h b/mesalib/src/mesa/state_tracker/st_context.h index c6fc31801..ff207039d 100644 --- a/mesalib/src/mesa/state_tracker/st_context.h +++ b/mesalib/src/mesa/state_tracker/st_context.h @@ -200,6 +200,10 @@ struct st_context GLsizei stride; } user_attrib[PIPE_MAX_ATTRIBS]; unsigned num_user_attribs; + + /* Active render condition. */ + struct pipe_query *render_condition; + unsigned condition_mode; }; -- cgit v1.2.3