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.
This commit is contained in:
Eric Anholt 2010-03-05 13:24:24 -08:00
parent 879ea6f279
commit 9a38f76044
1 changed files with 0 additions and 1 deletions

View File

@ -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.
*/