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

2017-09-08 Thread Marathe, Yogesh
> -Original Message- > From: Emil Velikov [mailto:emil.l.veli...@gmail.com] > Sent: Friday, September 8, 2017 11:03 PM > To: Antognolli, Rafael > >> > > Isn't this strange? Can someone please comment? > >> > > > >> > In all fairness there was a few wtf moments

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

2017-09-08 Thread Emil Velikov
ntel.com>; Liu, Zhiquan >> > >> <zhiquan@intel.com>; dani...@collabora.com; >> > >> nicolai.haeh...@amd.com; Antognolli, Rafael >> > >> <rafael.antogno...@intel.com>; e...@engestrom.ch; Emil Velikov >> > >> <emil.l.veli...@

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

2017-09-08 Thread Rafael Antognolli
bora.com; > > nicolai.haeh...@amd.com; e...@engestrom.ch; Wu, Zhongmin > > <zhongmin...@intel.com>; kenn...@whitecape.org; Kondapally, Kalyan > > <kalyan.kondapa...@intel.com>; fernetme...@online.de; > > tarc...@itsqueeze.com; varad.gau...@collabora.com > > Subjec

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

2017-09-08 Thread Marathe, Yogesh
kenn...@whitecape.org; Kondapally, Kalyan > <kalyan.kondapa...@intel.com>; fernetme...@online.de; > tarc...@itsqueeze.com; varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation of per surface out > fence > > On 8 September 2017 at 14:47, Marathe,

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

2017-09-08 Thread Emil Velikov
rathe, Yogesh <yogesh.mara...@intel.com> >> > >> Cc: Gao, Shuo <shuo@intel.com>; Liu, Zhiquan >> > >> <zhiquan@intel.com>; dani...@collabora.com; >> > >> nicolai.haeh...@amd.com; Antognolli, Rafael >> > >> &l

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

2017-09-08 Thread Marathe, Yogesh
Zhongmin <zhongmin...@intel.com>; > kenn...@whitecape.org; Kondapally, Kalyan <kalyan.kondapa...@intel.com>; > fernetme...@online.de; mesa-dev@lists.freedesktop.org; > tarc...@itsqueeze.com; varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation o

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

2017-08-31 Thread Marathe, Yogesh
esa-dev@lists.freedesktop.org; > fernetme...@online.de; Kondapally, Kalyan <kalyan.kondapa...@intel.com>; > tarc...@itsqueeze.com; varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation of per surface out > fence > > On Thu, Aug 31, 2017

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

2017-08-31 Thread Tomasz Figa
Zhongmin >> <zhongmin...@intel.com>; tf...@chromium.org; kenn...@whitecape.org; >> Kondapally, Kalyan <kalyan.kondapa...@intel.com>; fernetme...@online.de; >> mesa-dev@lists.freedesktop.org; tarc...@itsqueeze.com; >> varad.gau...@collabora.com >> Subject: Re: [

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

2017-08-30 Thread Marathe, Yogesh
kalyan.kondapa...@intel.com>; fernetme...@online.de; > mesa-dev@lists.freedesktop.org; tarc...@itsqueeze.com; > varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation of per surface out > fence > > On 30 August 2017 at 15:39, Marathe, Yogesh <yogesh.mara...@inte

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

2017-08-30 Thread Emil Velikov
On 30 August 2017 at 15:39, Marathe, Yogesh wrote: > > Thank you, Tomasz and all involved for the help and guidance. > Our excitement was short lived - see commit 8c9df0daf20206fafb7df77b1edcbc41b8e91372. Seems the patch was not run through the Intel CI, though I'm

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

2017-08-30 Thread Marathe, Yogesh
> -Original Message- > From: Emil Velikov [mailto:emil.l.veli...@gmail.com] > Sent: Wednesday, August 30, 2017 4:39 PM > To: Marathe, Yogesh > Cc: mesa-dev@lists.freedesktop.org; tf...@chromium.org; Gao, Shuo > ; Liu, Zhiquan

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

2017-08-30 Thread Emil Velikov
On 28 August 2017 at 11:27, Marathe, Yogesh wrote: > This still doesn't seem to be merged. Can someone please look at it? It does > have Rbs. > Done. Thanks for the work and patience on getting this sorted. -Emil ___ mesa-dev

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

2017-08-28 Thread Marathe, Yogesh
This still doesn't seem to be merged. Can someone please look at it? It does have Rbs. Regards, Yogesh. > -Original Message- > From: Marathe, Yogesh > Sent: Wednesday, August 23, 2017 11:35 PM > To: mesa-dev@lists.freedesktop.org > Cc: tf...@chromium.org; emil.l.veli...@gmail.com; Gao,

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

2017-08-23 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

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

2017-08-23 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