From f5f086ca92ad7847d6b49ce91c601b66a34a68a8 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 6 Jan 2011 16:11:36 +0100 Subject: nvc0: reset mt transfer address after read loop over layers --- src/gallium/drivers/nvc0/nvc0_transfer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium') diff --git a/src/gallium/drivers/nvc0/nvc0_transfer.c b/src/gallium/drivers/nvc0/nvc0_transfer.c index 8275511300..286b382f58 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; } -- cgit v1.2.3