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

2019-08-12 Thread Marek Olšák
For the first 4 patches: Reviewed-by: Marek Olšák Marek On Mon, Aug 12, 2019 at 6:07 AM Boris Brezillon < boris.brezil...@collabora.com> wrote: > 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 driv

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

2019-08-12 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