Hi Frank,
On 28 June 2018 at 11:12, Frank Binns wrote:
> Hi Qiang,
>
> Qiang Yu writes:
>
>> Hi Harish,
>>
>> I want to implement EGL_KHR_partial_update for lima mesa driver and find you
>> worked on Android/Wayland support for it:
>> https://patchwork.freedesktop.org/patch/160944/
>> https://pa
Hi Qiang,
Qiang Yu writes:
>> > For lima implementation, I want to use the damage region (buffer
>> > damage) provided
>> > by EGL_KHR_partial_update to skip rendering of un-damaged region when
>> > eglSwapBuffersXXX. And tell damage region (surface damage) to compositor
>> > should
>> > be lef
Hi Harish,
>
> > To my understand this extension should only depend on the driver support
> > instead
> > of platform support while the EGL_KHR_swap_buffers_with_damage is the
> > opposite:
> > https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_swap_buffers_with_damage.txt
> >
>
> I alw
Hi Qiang,
Thanks for probing about this.
Qiang Yu writes:
> Hi Harish,
>
> I want to implement EGL_KHR_partial_update for lima mesa driver and find you
> worked on Android/Wayland support for it:
> https://patchwork.freedesktop.org/patch/160944/
> https://patchwork.freedesktop.org/patch/188695/
Hi Qiang,
Qiang Yu writes:
> Hi Harish,
>
> I want to implement EGL_KHR_partial_update for lima mesa driver and find you
> worked on Android/Wayland support for it:
> https://patchwork.freedesktop.org/patch/160944/
> https://patchwork.freedesktop.org/patch/188695/
>
> So I have some question abo
Hi Harish,
I want to implement EGL_KHR_partial_update for lima mesa driver and find you
worked on Android/Wayland support for it:
https://patchwork.freedesktop.org/patch/160944/
https://patchwork.freedesktop.org/patch/188695/
So I have some question about it:
your implementation seems to depend o