summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_query.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-04-14 04:22:22 +0200
committerMarek Olšák <maraeo@gmail.com>2010-04-14 04:48:19 +0200
commiteb4e399ef0d7b4fbeee744e79abcb79263549f7e (patch)
tree79c6124a64d3a5bc739d549399345010325cdff1 /src/gallium/drivers/r300/r300_query.c
parent3da70606b3af1e907d56666d199957b6da0c73fe (diff)
r300g: atomize beginning occlusion query
Diffstat (limited to 'src/gallium/drivers/r300/r300_query.c')
-rw-r--r--src/gallium/drivers/r300/r300_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_query.c b/src/gallium/drivers/r300/r300_query.c
index 3348a0ada6..398edb9d10 100644
--- a/src/gallium/drivers/r300/r300_query.c
+++ b/src/gallium/drivers/r300/r300_query.c
@@ -92,7 +92,7 @@ static void r300_begin_query(struct pipe_context* pipe,
q->flushed = FALSE;
r300->query_current = q;
- r300->dirty_state |= R300_NEW_QUERY;
+ r300->query_start.dirty = TRUE;
}
static void r300_end_query(struct pipe_context* pipe,