diff options
author | Eric Anholt <[email protected]> | 2010-05-16 15:02:45 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-05-16 15:34:36 -0700 |
commit | 3d8ed332df675fda5b59bc3f0b643de7e5117759 (patch) | |
tree | d16f4a35627ea6c07b66b38fc7e5f0bebc8247fc /src/mesa/drivers | |
parent | 9d3c57281e4fe3842b41578c65bab5a6e23d76c8 (diff) |
i965: Remove unused occlusion query struct field.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 3 |
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 01567f9f0c0..116ab272658 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; }; |