Skip to content
Snippets Groups Projects
Commit 604a8689 authored by Dongwon Kim's avatar Dongwon Kim Committed by Gerd Hoffmann
Browse files

ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch


A thread often fails to bind an egl context to itself after guest VM is
rebooted because the context is still owned by another thread. It is not
very clear what condition makes this happen but this can be prevented
by unbinding the context from the thread in the end of gd_egl_switch.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarDongwon Kim <dongwon.kim@intel.com>
Message-Id: <20220928215805.4661-1-dongwon.kim@intel.com>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent d307040b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment