Mesa (master): i965: Remove unused occlusion query struct field.

Eric Anholt anholt at kemper.freedesktop.org
Sun May 16 22:35:24 UTC 2010


Module: Mesa
Branch: master
Commit: 3d8ed332df675fda5b59bc3f0b643de7e5117759
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d8ed332df675fda5b59bc3f0b643de7e5117759

Author: Eric Anholt <eric at anholt.net>
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;
 };
 
 




More information about the mesa-commit mailing list