summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_query.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-09-13 00:36:06 +0200
committerMarek Olšák <[email protected]>2012-09-30 18:57:56 +0200
commitced065a0797d9504950b7763cd90244ca478a723 (patch)
treed3fc20a3c1e2dd2dcd791655f4f01fa66dfc29f4 /src/gallium/drivers/nv30/nv30_query.c
parentdb85443922e93191b9056799ed649ab6f7d8f758 (diff)
nv30: implement blit
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_query.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_query.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_query.c b/src/gallium/drivers/nv30/nv30_query.c
index 001aba1e26c..9262e44ecdc 100644
--- a/src/gallium/drivers/nv30/nv30_query.c
+++ b/src/gallium/drivers/nv30/nv30_query.c
@@ -238,6 +238,9 @@ nv40_query_render_condition(struct pipe_context *pipe,
struct nv30_query *q = nv30_query(pq);
struct nouveau_pushbuf *push = nv30->base.pushbuf;
+ nv30->render_cond_query = pq;
+ nv30->render_cond_mode = mode;
+
if (!pq) {
BEGIN_NV04(push, SUBC_3D(0x1e98), 1);
PUSH_DATA (push, 0x01000000);