mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 05:40:33 +01:00
intel: Fix typo
This commit is contained in:
parent
72b2733287
commit
b5fc2a68e8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ intel_be_offset_relocation(struct intel_be_batchbuffer *batch,
|
|||
read_domains,
|
||||
write_domain);
|
||||
|
||||
((uint32_t*)batch->base.ptr)[0] = bo->offset = pre_add;
|
||||
((uint32_t*)batch->base.ptr)[0] = bo->offset - pre_add;
|
||||
batch->base.ptr += 4;
|
||||
|
||||
if (!ret)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue