i965: Enable EGL_KHR_gl_texture_3D_image
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_sampler_state.c
index 288470a8826c53e0b7752c6da939291270120c6b..b5a0c92b3ba67f56cb161437157d5839249ac992 100644 (file)
@@ -49,8 +49,9 @@ const struct brw_tracked_state gen6_sampler_state = {
    .dirty = {
       .mesa = 0,
       .brw = BRW_NEW_BATCH |
+             BRW_NEW_BLORP |
+             BRW_NEW_SAMPLER_STATE_TABLE |
              BRW_NEW_STATE_BASE_ADDRESS,
-      .cache = CACHE_NEW_SAMPLER
    },
    .emit = upload_sampler_state_pointers,
 };