projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3c572
)
i965: Remove unused occlusion query struct field.
author
Eric Anholt
<eric@anholt.net>
Sun, 16 May 2010 22:02:45 +0000
(15:02 -0700)
committer
Eric Anholt
<eric@anholt.net>
Sun, 16 May 2010 22:34:36 +0000
(15:34 -0700)
src/mesa/drivers/dri/i965/brw_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index 01567f9f0c0bf171811f023a54b02e74164cf9b2..116ab2726587c502afd669f17b16ad3d28c3f1e0 100644
(file)
--- 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;
};