From: Jakob Bornecrantz Date: Fri, 23 Jul 2010 03:03:29 +0000 (-0700) Subject: i915g: Set total_nblocksy in from_handle X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37dabfeef76134b4e3d987723e70e869036d1083;p=mesa.git i915g: Set total_nblocksy in from_handle --- diff --git a/src/gallium/drivers/i915/i915_resource_texture.c b/src/gallium/drivers/i915/i915_resource_texture.c index 825288160cf..752ddaae7b1 100644 --- a/src/gallium/drivers/i915/i915_resource_texture.c +++ b/src/gallium/drivers/i915/i915_resource_texture.c @@ -845,6 +845,7 @@ i915_texture_from_handle(struct pipe_screen * screen, tex->b.b.screen = screen; tex->stride = stride; + tex->total_nblocksy = align_nblocksy(tex->b.b.format, tex->b.b.height0, 8); i915_texture_set_level_info(tex, 0, 1); i915_texture_set_image_offset(tex, 0, 0, 0, 0);