Re: [Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-23 Thread Marathe, Yogesh
> -Original Message- > From: Tomasz Figa [mailto:tf...@chromium.org] > Sent: Wednesday, August 23, 2017 8:17 PM > To: Marathe, Yogesh > Cc: ML mesa-dev ; Emil Velikov > ; Gao, Shuo ; Liu, Zhiquan > ; Daniel Stone ; Nicolai > Hähnle ; Antognolli, Rafael > ; Eric Engestrom ; Kenneth > Graunk

Re: [Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-23 Thread Tomasz Figa
Hi Yogesh, Sorry for being late with review. Please see some comments inline. On Fri, Aug 18, 2017 at 7:08 PM, wrote: > From: Zhongmin Wu > > Add plumbing to allow creation of per display surface out fence. > > Currently enabled only on android, since the system expects a valid > fd in ANative

Re: [Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-21 Thread Marathe, Yogesh
ognolli, Rafael > ; e...@engestrom.ch; Wu, Zhongmin > ; tf...@chromium.org; kenn...@whitecape.org; > Kondapally, Kalyan ; fernetme...@online.de; > mesa-dev@lists.freedesktop.org; tarc...@itsqueeze.com; > varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.1] egl: Allow crea

Re: [Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-21 Thread Emil Velikov
On 21 August 2017 at 16:45, Marathe, Yogesh wrote: > Can someone please comment on this? Are we done / still not done here? > I would have s/deinit/fini/ but we can squash that on merge or at a later point. Regardless of the above: Reviewed-by: Emil Velikov -Emil ___

Re: [Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-21 Thread Marathe, Yogesh
Can someone please comment on this? Are we done / still not done here? Regards, Yogesh. > -Original Message- > From: Marathe, Yogesh > Sent: Friday, August 18, 2017 3:39 PM > To: mesa-dev@lists.freedesktop.org > Cc: tf...@chromium.org; emil.l.veli...@gmail.com; Gao, Shuo > ; Liu, Zhiquan

[Mesa-dev] [PATCH v6.1] egl: Allow creation of per surface out fence

2017-08-18 Thread yogesh . marathe
From: Zhongmin Wu Add plumbing to allow creation of per display surface out fence. Currently enabled only on android, since the system expects a valid fd in ANativeWindow::{queue,cancel}Buffer. We pass a fd of -1 with which native applications such as flatland fail. The patch enables explicit sy