mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 22:40:34 +01:00
gbm: always pass through images to unmap
this should be fine? Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30472>
This commit is contained in:
parent
4a0a39245d
commit
8364f2e571
1 changed files with 1 additions and 1 deletions
|
|
@ -1083,7 +1083,7 @@ gbm_dri_bo_unmap(struct gbm_bo *_bo, void *map_data)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!dri->context || !dri->image->unmapImage)
|
||||
if (!dri->context)
|
||||
return;
|
||||
|
||||
dri2_unmap_image(dri->context, bo->image, map_data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue