mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
u_upload_mgr: add missing offset to src map in u_upload_buffer()
Fixes regression from dda8d7ac3f
This commit is contained in:
parent
1ab5e15242
commit
8f6c207024
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ enum pipe_error u_upload_buffer( struct u_upload_mgr *upload,
|
|||
ret = u_upload_data( upload,
|
||||
min_out_offset,
|
||||
size,
|
||||
map,
|
||||
map + offset,
|
||||
out_offset,
|
||||
outbuf, flushed );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue