mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 17:50:32 +01:00
i965: Fix relocation delta for WM surfaces.
This was a regression in0f328c90db. Bug #23688 Bug #23254 (cherry picked from commit5604b27b93)
This commit is contained in:
parent
e9ba9ffc9a
commit
acfea5c705
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ brw_update_renderbuffer_surface(struct brw_context *brw,
|
|||
drm_intel_bo_emit_reloc(brw->wm.surf_bo[unit],
|
||||
offsetof(struct brw_surface_state, ss1),
|
||||
region_bo,
|
||||
surf.ss1.base_addr,
|
||||
surf.ss1.base_addr - region_bo->offset,
|
||||
I915_GEM_DOMAIN_RENDER,
|
||||
I915_GEM_DOMAIN_RENDER);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue