summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-14 23:33:06 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-14 23:36:12 +0100
commit20112cca262c926de887dff7d7f108b046ea781a (patch)
treedcaeb6a9c844f7bf7f0a0812af279b34ec834cbe /src/gallium/drivers/r300/r300_context.h
parent89ee0d527c689b70a08c1eb396486d47da7f120d (diff)
r300g: do not track whether occlusion queries have been flushed
The winsys takes care of flushing automatically.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 0 insertions, 2 deletions
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;