Re: [Mesa-dev] [PATCH v7 4/5] st/dri2: Implement DRI2bufferDamageExtension

2019-08-12 Thread Qiang Yu
Looks good for me, patch is: Reviewed-by: Qiang Yu Regards, Qiang On Mon, Aug 12, 2019 at 6:07 PM Boris Brezillon wrote: > > From: Daniel Stone > > Add a pipe_screen->set_damage_region() hook to propagate > set-damage-region requests to the driver, it's then up to the driver to > decide what t

[Mesa-dev] [PATCH v7 4/5] st/dri2: Implement DRI2bufferDamageExtension

2019-08-12 Thread Boris Brezillon
From: Daniel Stone Add a pipe_screen->set_damage_region() hook to propagate set-damage-region requests to the driver, it's then up to the driver to decide what to do with this piece of information. If the hook is left unassigned, the buffer-damage extension is considered unsupported. Signed-off