i965: save the offset of target buffer after last execution, not relocatee buffer.

This commit is contained in:
Xiang, Haihao 2008-04-22 11:11:42 +08:00
parent 7c2a3fced8
commit f61e51ee98

View file

@ -993,7 +993,7 @@ dri_ttm_bo_post_submit(dri_bo *bo)
/* Continue walking the tree depth-first. */
dri_ttm_bo_post_submit(r->target_buf);
r->last_target_offset = bo->offset;
r->last_target_offset = r->target_buf->offset;
}
}