intel: Fix CopyTexSubImage's src tiling arg for the blit.
Didn't hurt 915, but needed for 965.
This commit is contained in:
@@ -144,7 +144,7 @@ do_copy_texsubimage(struct intel_context *intel,
|
||||
-src->pitch,
|
||||
src->buffer,
|
||||
src->height * src->pitch * src->cpp,
|
||||
GL_FALSE,
|
||||
src->tiling,
|
||||
intelImage->mt->pitch,
|
||||
intelImage->mt->region->buffer,
|
||||
image_offset,
|
||||
|
||||
Reference in New Issue
Block a user