Re: [Mesa-dev] [PATCH v5 1/5] egl/android: Delete set_damage_region from egl dri vtbl

2019-07-02 Thread Boris Brezillon
On Tue, 2 Jul 2019 15:49:58 +0200 Boris Brezillon wrote: > From: Harish Krupo Crap, forgot to update your email address here > > The intension of the KHR_partial_update was not to send the damage back > to the platform but to send the damage to the driver to ensure that the > following rende

[Mesa-dev] [PATCH v5 1/5] egl/android: Delete set_damage_region from egl dri vtbl

2019-07-02 Thread Boris Brezillon
From: Harish Krupo The intension of the KHR_partial_update was not to send the damage back to the platform but to send the damage to the driver to ensure that the following rendering could be restricted to those regions. This patch removes the set_damage_region from the egl_dri vtbl and all the p