Use src->draw_offset intead of zero. Zero usually worked, except when the src renderbuffer is actually a texture mipmap level higher than zero. Fixes progs/test/blitfb.c test.tags/mesa_7_7_rc1
@@ -158,7 +158,7 @@ do_copy_texsubimage(struct intel_context *intel, | |||
intelImage->mt->cpp, | |||
src_pitch, | |||
src->buffer, | |||
0, | |||
src->draw_offset, | |||
src->tiling, | |||
intelImage->mt->pitch, | |||
dst_bo, |