mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
zink: clean up accidental debug print
Fixes:19e8df39b6("zink: slightly better swapinterval failure handling") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29065> (cherry picked from commit13bd413860)
This commit is contained in:
parent
c0d4d3e576
commit
0930b6927d
2 changed files with 1 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"description": "zink: clean up accidental debug print",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "19e8df39b62a26ae55273de7b4866c24d1657dda",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1128,8 +1128,6 @@ zink_kopper_set_swap_interval(struct pipe_screen *pscreen, struct pipe_resource
|
|||
{
|
||||
struct zink_resource *res = zink_resource(pres);
|
||||
struct zink_screen *screen = zink_screen(pscreen);
|
||||
if (!res->obj->dt)
|
||||
fprintf(stderr, "NOT SWAPCHAIN %p\n", res);
|
||||
assert(res->obj->dt);
|
||||
struct kopper_displaytarget *cdt = res->obj->dt;
|
||||
VkPresentModeKHR old_present_mode = cdt->present_mode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue