mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 07:40:31 +01:00
i965: Remove unused occlusion query struct field.
This commit is contained in:
parent
9d3c57281e
commit
3d8ed332df
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue