diff options
author | Marek Olšák <[email protected]> | 2010-05-15 19:37:33 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-05-15 19:39:57 +0200 |
commit | af87ef10dc3c3940ddd27ff699406edd7a1dcc38 (patch) | |
tree | 317850249b78d7f41fa15b3a7e3f5ca78b9784bf /src/gallium/drivers/r300/r300_context.h | |
parent | 251fae69e5d3a44c1a2a03f7172182e803a04792 (diff) |
r300g: remove unused r300_query::active
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 5ad448978b9..4a59c6a8fb2 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -235,10 +235,6 @@ struct r300_constant_buffer { struct r300_query { /* The kind of query. Currently only OQ is supported. */ unsigned type; - /* Whether this query is currently active. Only active queries will - * get emitted into the command stream, and only active queries get - * tallied. */ - boolean active; /* The current count of this query. Required to be at least 32 bits. */ unsigned int count; /* The offset of this query into the query buffer, in bytes. */ |