diff options
author | Christoph Bumiller <[email protected]> | 2010-12-19 21:48:39 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-12-19 21:48:39 +0100 |
commit | ca5deb0c355cc4a120b754a228ff5f51007fbcea (patch) | |
tree | efaafc76c48bf9b7e21cce95257191e8d607afbb /src/gallium/drivers/nvc0/nvc0_transfer.h | |
parent | 0f68236a2487dbeb0396b996debcda595b0b54a1 (diff) |
nvc0: adapt to array textures interface change
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_transfer.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_transfer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_transfer.h b/src/gallium/drivers/nvc0/nvc0_transfer.h index aaebe408b59..222f72d2748 100644 --- a/src/gallium/drivers/nvc0/nvc0_transfer.h +++ b/src/gallium/drivers/nvc0/nvc0_transfer.h @@ -7,7 +7,7 @@ struct pipe_transfer * nvc0_miptree_transfer_new(struct pipe_context *pcontext, struct pipe_resource *pt, - struct pipe_subresource sr, + unsigned level, unsigned usage, const struct pipe_box *box); void |