intel: Fix CopyTexSubImage's src tiling arg for the blit.

Didn't hurt 915, but needed for 965.
This commit is contained in:
Eric Anholt
2008-07-16 10:34:39 -07:00
parent bdaa06ad63
commit 1c8791c581
+1 -1
View File
@@ -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,