mbox series

[0/4] ui/gtk-egl: fix for untab/tab problem

Message ID 20210917001320.6515-1-dongwon.kim@intel.com (mailing list archive)
Headers show
Series ui/gtk-egl: fix for untab/tab problem | expand

Message

Kim, Dongwon Sept. 17, 2021, 12:13 a.m. UTC
This series fixes several problems happening while doing VC untab/tab.

Dongwon Kim (4):
  ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
  ui/gtk-egl: make sure the right context is set as the current
  ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
  ui/gtk-egl: guest fb texture needs to be regenerated when
    reinitializing egl

 ui/gtk-egl.c | 10 ++++++++++
 ui/gtk.c     | 19 +++++++++++++++++++
 2 files changed, 29 insertions(+)