Merge branch 'mesa_7_7_branch'
[mesa.git] / src / gallium / drivers / i915 / i915_state_sampler.c
index 86a019d250d6b310a6efdb984024a9d7c977fb5d..e5c6d87215bb57723434fd05c3389fc71a00e81c 100644 (file)
@@ -230,7 +230,7 @@ i915_update_texture(struct i915_context *i915,
 {
    const struct pipe_texture *pt = &tex->base;
    uint format, pitch;
-   const uint width = pt->width[0], height = pt->height[0], depth = pt->depth[0];
+   const uint width = pt->width0, height = pt->height0, depth = pt->depth0;
    const uint num_levels = pt->last_level;
    unsigned max_lod = num_levels * 4;
    unsigned tiled = MS3_USE_FENCE_REGS;