diff options
author | Vadim Girlin <[email protected]> | 2011-07-04 18:30:40 +0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-07-05 15:57:06 -0400 |
commit | fbe9d4261f94b8a22ae04dccb8201a6762b66d40 (patch) | |
tree | c739c99e1a14299df6c5e3632df5c50fec83395c /src/gallium/drivers/r600/r600_blit.c | |
parent | 9bf4c30d73f5066db094fa9e72e6c4de7d6f9596 (diff) |
r600g: reduce flushes for queries
Diffstat (limited to 'src/gallium/drivers/r600/r600_blit.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_blit.c b/src/gallium/drivers/r600/r600_blit.c index 6171d285bb9..35e68b6e222 100644 --- a/src/gallium/drivers/r600/r600_blit.c +++ b/src/gallium/drivers/r600/r600_blit.c @@ -97,7 +97,7 @@ static void r600_blitter_end(struct pipe_context *ctx) rctx->saved_render_cond_mode); rctx->saved_render_cond = NULL; } - r600_context_queries_resume(&rctx->ctx); + r600_context_queries_resume(&rctx->ctx, FALSE); rctx->blit = false; } |