From: Christoph Bumiller Date: Thu, 6 Jan 2011 15:11:36 +0000 (+0100) Subject: nvc0: reset mt transfer address after read loop over layers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5f086ca92ad7847d6b49ce91c601b66a34a68a8;p=mesa.git nvc0: reset mt transfer address after read loop over layers --- diff --git a/src/gallium/drivers/nvc0/nvc0_transfer.c b/src/gallium/drivers/nvc0/nvc0_transfer.c index 82755113008..286b382f58e 100644 --- a/src/gallium/drivers/nvc0/nvc0_transfer.c +++ b/src/gallium/drivers/nvc0/nvc0_transfer.c @@ -316,6 +316,7 @@ nvc0_miptree_transfer_new(struct pipe_context *pctx, } } tx->rect[0].z = z; + tx->rect[1].base = 0; return &tx->base; }