i915g: Set total_nblocksy in from_handle

This commit is contained in:
Jakob Bornecrantz
2010-07-22 20:03:29 -07:00
parent 5de2678b4e
commit 37dabfeef7
@@ -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);