mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
iris: Drop u_upload_unmap
We use persistent maps so this does nothing.
This commit is contained in:
parent
836225840c
commit
50eb1c1396
1 changed files with 0 additions and 2 deletions
|
|
@ -2535,8 +2535,6 @@ iris_set_constant_buffer(struct pipe_context *ctx,
|
|||
|
||||
assert(map);
|
||||
memcpy(map, input->user_buffer, input->buffer_size);
|
||||
u_upload_unmap(ice->ctx.const_uploader);
|
||||
|
||||
} else if (input->buffer) {
|
||||
pipe_resource_reference(&cbuf->buffer, input->buffer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue