summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-05 13:24:24 -0800
committerEric Anholt <eric@anholt.net>2010-03-05 15:23:30 -0800
commit9a38f76044761f9555bf84ebbc520c015ec88d78 (patch)
tree54c679b5ae30d53bc84fb001f3f9aacadd2eb095
parent879ea6f27972766c792fe78971a36c5c7b9f1884 (diff)
i965: Remove the unused SDC BO pointer from the sampler state key.
Since it's a BO pointer, it already lives outside the key in brw->wm.sdc_bo[] which is used for sampler state lookup and setup.
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm_sampler_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c b/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
index c232cd27914..3a339964527 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
@@ -89,7 +89,6 @@ struct wm_sampler_key {
float max_aniso;
GLenum minfilter, magfilter;
GLenum comparemode, comparefunc;
- dri_bo *sdc_bo;
/** If target is cubemap, take context setting.
*/