RE: [PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls

2022-04-04 Thread Kasireddy, Vivek
Hi Marc-Andre, > > Hi > > On Mon, Mar 7, 2022 at 10:00 PM Kasireddy, Vivek > wrote: > > > > Hi Marc-Andre, > > > > > > > > Hi Vivek > > > > > > On Mon, Mar 7, 2022 at 8:39 AM Vivek Kasireddy > > > wrote: > > > > > > > > Since not all listeners (i.e VirtualConsoles) of GL events have > > > > a

Re: [PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls

2022-03-09 Thread Marc-André Lureau
Hi On Mon, Mar 7, 2022 at 10:00 PM Kasireddy, Vivek wrote: > > Hi Marc-Andre, > > > > > Hi Vivek > > > > On Mon, Mar 7, 2022 at 8:39 AM Vivek Kasireddy > > wrote: > > > > > > Since not all listeners (i.e VirtualConsoles) of GL events have > > > a valid EGL context, make sure that there is a vali

RE: [PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls

2022-03-07 Thread Kasireddy, Vivek
Hi Marc-Andre, > > Hi Vivek > > On Mon, Mar 7, 2022 at 8:39 AM Vivek Kasireddy > wrote: > > > > Since not all listeners (i.e VirtualConsoles) of GL events have > > a valid EGL context, make sure that there is a valid context > > before making EGL calls. > > > > This fixes the following crash se

Re: [PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls

2022-03-07 Thread Marc-André Lureau
Hi Vivek On Mon, Mar 7, 2022 at 8:39 AM Vivek Kasireddy wrote: > > Since not all listeners (i.e VirtualConsoles) of GL events have > a valid EGL context, make sure that there is a valid context > before making EGL calls. > > This fixes the following crash seen while launching the VM with > "-devi