Re: [Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-07-03 Thread Emil Velikov
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

Re: [Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-07-02 Thread Harish Krupo
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

Re: [Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-07-02 Thread Qiang Yu
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

Re: [Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-07-02 Thread Harish Krupo
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/

Re: [Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-06-28 Thread Frank Binns
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

[Mesa-dev] Question about EGL_KHR_partial_update implementation

2018-06-28 Thread Qiang Yu
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