mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-13 02:40:28 +01:00
i965: save the offset of target buffer after last execution, not relocatee buffer.
This commit is contained in:
parent
7c2a3fced8
commit
f61e51ee98
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue