mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
iris: Use const uploader for blorp vertex data
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10759>
This commit is contained in:
parent
beceb392d7
commit
19ea0974da
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue