projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f384d0
)
vc4: Fix build from upload changes.
author
Eric Anholt
<eric@anholt.net>
Sun, 3 Jan 2016 01:33:19 +0000
(17:33 -0800)
committer
Eric Anholt
<eric@anholt.net>
Sun, 3 Jan 2016 01:33:19 +0000
(17:33 -0800)
src/gallium/drivers/vc4/vc4_resource.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_resource.c
b/src/gallium/drivers/vc4/vc4_resource.c
index 308fb9fc77bd00481226e8e7335431b16b14554e..036da329987e827d88b6d54dd53c9f87b04e04a0 100644
(file)
--- 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;