diff options
author | Eric Anholt <[email protected]> | 2016-01-02 17:33:19 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-01-02 17:33:19 -0800 |
commit | 64253fdb2eda545a4988c02a60627a9840c79907 (patch) | |
tree | b008590292828ffb800de9fd99c82edb2dbb1e55 /src/gallium/drivers | |
parent | 8f384d07a8b1cbaae0999aa9d0a91ba164fa2fe0 (diff) |
vc4: Fix build from upload changes.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_resource.c b/src/gallium/drivers/vc4/vc4_resource.c index 308fb9fc77b..036da329987 100644 --- a/src/gallium/drivers/vc4/vc4_resource.c +++ b/src/gallium/drivers/vc4/vc4_resource.c @@ -921,7 +921,7 @@ vc4_get_shadow_index_buffer(struct pipe_context *pctx, void *data; struct pipe_resource *shadow_rsc = NULL; - u_upload_alloc(vc4->uploader, 0, count * 2, 4,; + u_upload_alloc(vc4->uploader, 0, count * 2, 4, shadow_offset, &shadow_rsc, &data); uint16_t *dst = data; |