From: Eric Anholt Date: Fri, 5 Mar 2010 21:24:24 +0000 (-0800) Subject: i965: Remove the unused SDC BO pointer from the sampler state key. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a38f76044761f9555bf84ebbc520c015ec88d78;p=mesa.git 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. --- 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. */