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)
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

index c232cd2791482a3e47a52aae5e9b46a2703e6735..3a3399645278d28fa1528abcb286d5799d2905b4 100644 (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.
        */