i965: Remove the unused SDC BO pointer from the sampler state key.
authorEric Anholt <eric@anholt.net>
Fri, 5 Mar 2010 21:24:24 +0000 (13:24 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 5 Mar 2010 23:23:30 +0000 (15:23 -0800)
commit9a38f76044761f9555bf84ebbc520c015ec88d78
tree54c679b5ae30d53bc84fb001f3f9aacadd2eb095
parent879ea6f27972766c792fe78971a36c5c7b9f1884
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.
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c