mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
st/egl: swapping without a buffer is not an error
This fixes Kwaak3.
This commit is contained in:
parent
8ccafbbbcc
commit
62c7c2fca4
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ android_surface_swap_buffers(struct native_surface *nsurf)
|
|||
struct android_display *adpy = asurf->adpy;
|
||||
|
||||
if (!asurf->buf)
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
|
||||
android_surface_enqueue_buffer(&asurf->base);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue