diff options
| -rw-r--r-- | src/gallium/drivers/nv50/nv50_miptree.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/gallium/drivers/nv50/nv50_miptree.c b/src/gallium/drivers/nv50/nv50_miptree.c index b0e8fe2f0b..28a8bdc0fa 100644 --- a/src/gallium/drivers/nv50/nv50_miptree.c +++ b/src/gallium/drivers/nv50/nv50_miptree.c @@ -48,6 +48,8 @@ nv50_miptree_create(struct pipe_screen *pscreen, const struct pipe_texture *pt)  	}  	pitch = ((pt->width[0] + 63) & ~63) * pt->block.size; +	/*XXX*/ +	pitch *= 2;  	mt->buffer = ws->buffer_create(ws, 256, usage, pitch * pt->height[0]);  	if (!mt->buffer) { | 
