From 20112cca262c926de887dff7d7f108b046ea781a Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 14 Feb 2011 23:33:06 +0100 Subject: r300g: do not track whether occlusion queries have been flushed The winsys takes care of flushing automatically. --- src/gallium/drivers/r300/r300_context.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/r300/r300_context.h') diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 6e940b46fa..58a7129849 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -268,8 +268,6 @@ struct r300_query { /* How many results have been written, in dwords. It's incremented * after end_query and flush. */ unsigned num_results; - /* if we've flushed the query */ - boolean flushed; /* if begin has been emitted */ boolean begin_emitted; -- cgit v1.2.3