Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-10-04 Thread Christophe de Dinechin
> On 29 Sep 2017, at 09:52, Frediano Ziglio wrote: > >> >> On Thu, 2017-09-07 at 15:49 +0100, Frediano Ziglio wrote: >>> Since 2.8, QEMU now longer creates QXL primary surfaces when using >>> GL. >>> This change broke client-side mouse mode, because Spice server relies >>> on >>> primary surfac

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-10-03 Thread Frediano Ziglio
> > On 3 Oct 2017, at 15:56, Frediano Ziglio < fzig...@redhat.com > wrote: > > > > > On 7 Sep 2017, at 16:49, Frediano Ziglio < fzig...@redhat.com > wrote: > > > > > > > > > > Since 2.8, QEMU now longer creates QXL primary surfaces when using GL. > > > > > > > > > Typo: “no longer" > > >

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-10-03 Thread Christophe de Dinechin
> On 3 Oct 2017, at 15:56, Frediano Ziglio wrote: > >>> >>> On 7 Sep 2017, at 16:49, Frediano Ziglio >> > wrote: >>> >>> Since 2.8, QEMU now longer creates QXL primary surfaces when using GL. >> >> Typo: “no longer" >> >>> This change broke client-side mouse mode,

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-10-03 Thread Frediano Ziglio
> > > On 7 Sep 2017, at 16:49, Frediano Ziglio wrote: > > > > Since 2.8, QEMU now longer creates QXL primary surfaces when using GL. > > Typo: “no longer" > > > This change broke client-side mouse mode, because Spice server relies on > > primary surface conditions. > > I do not understand wha

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-10-03 Thread Christophe de Dinechin
> On 7 Sep 2017, at 16:49, Frediano Ziglio wrote: > > Since 2.8, QEMU now longer creates QXL primary surfaces when using GL. Typo: “no longer" > This change broke client-side mouse mode, because Spice server relies on > primary surface conditions. I do not understand what you mean by “primary

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-09-29 Thread Frediano Ziglio
> > On Thu, 2017-09-07 at 15:49 +0100, Frediano Ziglio wrote: > > Since 2.8, QEMU now longer creates QXL primary surfaces when using > > GL. > > This change broke client-side mouse mode, because Spice server relies > > on > > primary surface conditions. > > > > When GL is enabled, use GL scanout

Re: [Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-09-28 Thread Jonathon Jongsma
On Thu, 2017-09-07 at 15:49 +0100, Frediano Ziglio wrote: > Since 2.8, QEMU now longer creates QXL primary surfaces when using > GL. > This change broke client-side mouse mode, because Spice server relies > on > primary surface conditions. > > When GL is enabled, use GL scanout informations. > Mou

[Spice-devel] [PATCH spice-server v2] gl: fix client mouse mode

2017-09-07 Thread Frediano Ziglio
Since 2.8, QEMU now longer creates QXL primary surfaces when using GL. This change broke client-side mouse mode, because Spice server relies on primary surface conditions. When GL is enabled, use GL scanout informations. Mouse mode is always client when GL surfaces are used. This patch and most o