From: Ben Skeggs Date: Mon, 12 Jan 2009 06:24:42 +0000 (+1000) Subject: nv50: another typo.. X-Git-Tag: 062012170305~17580^2~496^2~115^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39bcc397174cbc6a0293a406d34d00a4f6b90e24;p=profile%2Fivi%2Fmesa.git nv50: another typo.. --- diff --git a/src/gallium/drivers/nv50/nv50_miptree.c b/src/gallium/drivers/nv50/nv50_miptree.c index c3436db..3c10a4f 100644 --- a/src/gallium/drivers/nv50/nv50_miptree.c +++ b/src/gallium/drivers/nv50/nv50_miptree.c @@ -69,7 +69,7 @@ nv50_miptree_create(struct pipe_screen *pscreen, const struct pipe_texture *tmp) pt->height[l] = height; pt->depth[l] = depth; pt->nblocksx[l] = pf_get_nblocksx(&pt->block, width); - pt->nblocksy[l] = pf_get_nblocksy(&pt->block, width); + pt->nblocksy[l] = pf_get_nblocksy(&pt->block, height); lvl->image_offset = CALLOC(mt->image_nr, sizeof(int)); lvl->image = CALLOC(mt->image_nr, sizeof(struct pipe_buffer *));