Re: [Mesa-dev] [PATCH 3/3] egl/android: Use per surface out fence

2017-09-18 Thread Emil Velikov
with a couple of typos (below) fixed. > -Yogesh. > >>-Original Message- >>From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of >>Emil Velikov >>Sent: Friday, September 15, 2017 11:03 PM >>To: mesa-dev@lists.freedesktop.org >>

Re: [Mesa-dev] [PATCH 3/3] egl/android: Use per surface out fence

2017-09-18 Thread Marathe, Yogesh
ikov >Sent: Friday, September 15, 2017 11:03 PM >To: mesa-dev@lists.freedesktop.org >Cc: emil.l.veli...@gmail.com >Subject: [Mesa-dev] [PATCH 3/3] egl/android: Use per surface out fence > >From: Zhongmin Wu > >Use the plumbing introduced with previous patch, to interact with t

[Mesa-dev] [PATCH 3/3] egl/android: Use per surface out fence

2017-09-15 Thread Emil Velikov
From: Zhongmin Wu Use the plumbing introduced with previous patch, to interact with the Android framework. Namely: currently we use an invalid fd or -1 for our calls to ANativeWindow::{queue,cancel}Buffer. At the same time applications (like flatland) may rely on it being a valid one. Thus as t