From 19ea0974dae0dcb1e27d4bcb39027c3c44ce97e9 Mon Sep 17 00:00:00 2001 From: Mark Janes Date: Tue, 25 Aug 2020 15:37:46 -0700 Subject: [PATCH] iris: Use const uploader for blorp vertex data Reviewed-by: Kenneth Graunke Reviewed-by: Jordan Justen Part-of: --- src/gallium/drivers/iris/iris_blorp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/iris/iris_blorp.c b/src/gallium/drivers/iris/iris_blorp.c index 5723b6de12a..6f1aeeab0c7 100644 --- a/src/gallium/drivers/iris/iris_blorp.c +++ b/src/gallium/drivers/iris/iris_blorp.c @@ -177,7 +177,7 @@ blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch, struct iris_bo *bo; uint32_t offset; - void *map = stream_state(batch, ice->ctx.stream_uploader, size, 64, + void *map = stream_state(batch, ice->ctx.const_uploader, size, 64, &offset, &bo); *addr = (struct blorp_address) {