[Mesa-dev] [PATCH 09/11] egl/wayland: Remove more surface specifics from create_wl_buffer
Daniel Stone
daniel at fooishbar.org
Wed Jun 28 11:08:38 UTC 2017
Hi,
On 28 June 2017 at 12:00, Lucas Stach <l.stach at pengutronix.de> wrote:
> Am Freitag, den 16.06.2017, 18:14 +0100 schrieb Daniel Stone:
>> @@ -738,7 +735,6 @@ dri2_wl_swap_buffers_with_damage(_EGLDriver *drv,
>>
>> dri2_surf->back->age = 1;
>> dri2_surf->current = dri2_surf->back;
>> - dri2_surf->back = NULL;
>
> This hunk is wrong, as it causes get_back_bo() to not return the current
> front buffer, causing rendering corruptions.
Yes, you're obviously correct. No idea how that got there. :( Will fix locally.
Cheers,
Daniel
More information about the mesa-dev
mailing list