mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 07:30:22 +01:00
nv50: another typo..
This commit is contained in:
parent
ecb2eb4c99
commit
39bcc39717
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue