mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
gallium: fix incorrect level param in copy_image_data_to_texture()
This fixes a weird conform test failure that depended on something that happened several tests earlier. This took waaaaaay too long to find/fix.
This commit is contained in:
parent
c4917c6231
commit
c2497879f1
1 changed files with 1 additions and 1 deletions
|
|
@ -1381,7 +1381,7 @@ copy_image_data_to_texture(struct st_context *st,
|
|||
st_texture_image_data(st->pipe,
|
||||
stObj->pt,
|
||||
stImage->face,
|
||||
stImage->level,
|
||||
dstLevel,
|
||||
stImage->base.Data,
|
||||
stImage->base.RowStride,
|
||||
stImage->base.RowStride *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue