mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
zink: make a kopper debug print into an error
Fixes: 8ade5588e3 ("zink: add kopper api")
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16017>
This commit is contained in:
parent
452a2fb995
commit
9ecdc2e985
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ zink_kopper_update(struct pipe_screen *pscreen, struct pipe_resource *pres, int
|
|||
return true;
|
||||
}
|
||||
if (update_caps(screen, cdt) != VK_SUCCESS) {
|
||||
debug_printf("zink: failed to update swapchain capabilities");
|
||||
mesa_loge("zink: failed to update swapchain capabilities");
|
||||
return false;
|
||||
}
|
||||
*w = cdt->caps.currentExtent.width;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue