summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-16 15:02:45 -0700
committerEric Anholt <eric@anholt.net>2010-05-16 15:34:36 -0700
commit3d8ed332df675fda5b59bc3f0b643de7e5117759 (patch)
treed16f4a35627ea6c07b66b38fc7e5f0bebc8247fc /src
parent9d3c57281e4fe3842b41578c65bab5a6e23d76c8 (diff)
i965: Remove unused occlusion query struct field.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 01567f9f0c..116ab27265 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -427,9 +427,6 @@ struct brw_query_object {
int first_index;
/** Last index in bo with query data for this object. */
int last_index;
-
- /* Total count of pixels from previous BOs */
- unsigned int count;
};