Module: Mesa Branch: master Commit: 3d8ed332df675fda5b59bc3f0b643de7e5117759 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d8ed332df675fda5b59bc3f0b643de7e5117759
Author: Eric Anholt <[email protected]> Date: Sun May 16 15:02:45 2010 -0700 i965: Remove unused occlusion query struct field. --- 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 01567f9..116ab27 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; }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
