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