diff options
author | Marek Olšák <[email protected]> | 2011-02-14 23:33:06 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-02-14 23:36:12 +0100 |
commit | 20112cca262c926de887dff7d7f108b046ea781a (patch) | |
tree | dcaeb6a9c844f7bf7f0a0812af279b34ec834cbe /src/gallium/drivers/r300/r300_context.h | |
parent | 89ee0d527c689b70a08c1eb396486d47da7f120d (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.h | 2 |
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 6e940b46fa4..58a7129849c 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; |