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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user