Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-06-07 Thread Jonas Ã…dahl
On Tue, Jun 07, 2016 at 10:42:11AM +0200, Miguel Angel Vico wrote: > Hi, > > Sorry for the slow response. Inline. > > On Tue, 31 May 2016 11:18:25 +0300 > Pekka Paalanen wrote: > > > * PGP Signed by an unknown key > > > > On Mon, 30 May 2016 13:10:42 +0200 > > Miguel Angel Vico wrote: > > >

Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-06-07 Thread Pekka Paalanen
On Tue, 7 Jun 2016 10:42:11 +0200 Miguel Angel Vico wrote: > Hi, > > Sorry for the slow response. Inline. > > On Tue, 31 May 2016 11:18:25 +0300 > Pekka Paalanen wrote: > > > * PGP Signed by an unknown key > > > > On Mon, 30 May 2016 13:10:42 +0200 > > Miguel Angel Vico wrote: > > > > >

Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-06-07 Thread Miguel Angel Vico
On Mon, 30 May 2016 17:44:58 +0200 Daniel Vetter wrote: > > Just a quick comment: I guess a piglit testcase to demonstrate the > failure (or well, just any minimal test) would be awesome. That way > folks can quickly figure out what all goes wrong without this. > -Daniel Sure. I'm going to be

Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-06-07 Thread Miguel Angel Vico
Hi, Sorry for the slow response. Inline. On Tue, 31 May 2016 11:18:25 +0300 Pekka Paalanen wrote: > * PGP Signed by an unknown key > > On Mon, 30 May 2016 13:10:42 +0200 > Miguel Angel Vico wrote: > > > Hi all, > > > > A few days ago, I had a little chat over IRC with Pekka about > > additi

Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-05-31 Thread Pekka Paalanen
On Mon, 30 May 2016 13:10:42 +0200 Miguel Angel Vico wrote: > Hi all, > > A few days ago, I had a little chat over IRC with Pekka about addition > of proxy objects destruction callbacks to the wayland client protocol. > > > Summing up, we recently ran into some applications where native object

Re: [RFC wayland] Add wl_proxy destruction callbacks

2016-05-30 Thread Daniel Vetter
On Mon, May 30, 2016 at 01:10:42PM +0200, Miguel Angel Vico wrote: > Hi all, > > A few days ago, I had a little chat over IRC with Pekka about addition > of proxy objects destruction callbacks to the wayland client protocol. > > > Summing up, we recently ran into some applications where native o

[RFC wayland] Add wl_proxy destruction callbacks

2016-05-30 Thread Miguel Angel Vico
Hi all, A few days ago, I had a little chat over IRC with Pekka about addition of proxy objects destruction callbacks to the wayland client protocol. Summing up, we recently ran into some applications where native objects (wl_surface, wl_egl_window, wl_display) used by EGL are destroyed/made inv