i965/nir: Remove the prog parameter from brw_nir_lower_inputs
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_sampler_state.c
index 288470a8826c53e0b7752c6da939291270120c6b..9e7da587696b53bf32cd86bf1c52586b6d680db3 100644 (file)
@@ -49,8 +49,8 @@ const struct brw_tracked_state gen6_sampler_state = {
    .dirty = {
       .mesa = 0,
       .brw = BRW_NEW_BATCH |
+             BRW_NEW_SAMPLER_STATE_TABLE |
              BRW_NEW_STATE_BASE_ADDRESS,
-      .cache = CACHE_NEW_SAMPLER
    },
    .emit = upload_sampler_state_pointers,
 };