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 as Mark mentioned the > >> >

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

2017-09-08 Thread Emil Velikov
> > ; kenn...@whitecape.org; Kondapally, Kalyan >> > ; 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 Septe

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

2017-09-08 Thread Rafael Antognolli
-boun...@lists.freedesktop.org] > > >> > >> On Behalf Of Emil Velikov > > >> > >> Sent: Wednesday, August 30, 2017 9:44 PM > > >> > >> To: Marathe, Yogesh > > >> > >> Cc: Gao, Shuo ;

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

2017-09-08 Thread Marathe, Yogesh
; dani...@collabora.com; > nicolai.haeh...@amd.com; e...@engestrom.ch; Wu, Zhongmin > ; kenn...@whitecape.org; Kondapally, Kalyan > ; fernetme...@online.de; > tarc...@itsqueeze.com; varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation of per surface out &g

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

2017-09-08 Thread Emil Velikov
.@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.2] egl: Allow creation of per surface out >> fence >> >> Tomasz, >> >> > -

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

2017-09-08 Thread Marathe, Yogesh
varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Allow creation of per surface out > fence > > Tomasz, > > > -Original Message- > > From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On > > Behalf Of Tomasz Figa > >

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

2017-08-31 Thread Marathe, Yogesh
m; Antognolli, Rafael > ; e...@engestrom.ch; Emil Velikov > ; Wu, Zhongmin ; > kenn...@whitecape.org; mesa-dev@lists.freedesktop.org; > fernetme...@online.de; Kondapally, Kalyan ; > tarc...@itsqueeze.com; varad.gau...@collabora.com > Subject: Re: [Mesa-dev] [PATCH v6.2] egl: Al

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

2017-08-31 Thread Tomasz Figa
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 >> wrote: >> >> > >> > Thank you, Tomasz and all invol

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

2017-08-30 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.2] egl: Allow crea

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 should not have assumed that y

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 ; > dani...@collabora.com; nicolai.haeh...@amd.com; Antognolli,

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 mailing list mesa-dev@list

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, S

[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 patch enables explicit sy

[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 patch enables explicit sy