Mesa (master): vc4: Fix build from upload changes.

Eric Anholt anholt at kemper.freedesktop.org
Sun Jan 3 01:42:30 UTC 2016


Module: Mesa
Branch: master
Commit: 64253fdb2eda545a4988c02a60627a9840c79907
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=64253fdb2eda545a4988c02a60627a9840c79907

Author: Eric Anholt <eric at anholt.net>
Date:   Sat Jan  2 17:33:19 2016 -0800

vc4: Fix build from upload changes.

---

 src/gallium/drivers/vc4/vc4_resource.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_resource.c b/src/gallium/drivers/vc4/vc4_resource.c
index 308fb9f..036da32 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;
 




More information about the mesa-commit mailing list