summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h
index 0a6f97f7fb1..c90dd3c1061 100644
--- a/src/gallium/drivers/nv30/nv30_context.h
+++ b/src/gallium/drivers/nv30/nv30_context.h
@@ -2,6 +2,7 @@
#define __NV30_CONTEXT_H__
#include "pipe/p_format.h"
+#include "util/u_blitter.h"
#include "nv30_screen.h"
#include "nv30_state.h"
@@ -42,6 +43,7 @@
struct nv30_context {
struct nouveau_context base;
struct nv30_screen *screen;
+ struct blitter_context *blitter;
struct nouveau_bufctx *bufctx;
@@ -124,6 +126,9 @@ struct nv30_context {
enum {
HW,
} render_mode;
+
+ struct pipe_query *render_cond_query;
+ unsigned render_cond_mode;
};
static INLINE struct nv30_context *