Re: [PATCH] Provide damage region for screen recording on Raspberry Pi

2015-10-29 Thread Bryce Harrington
On Wed, Oct 21, 2015 at 07:58:17PM -0700, Bryce Harrington wrote: > On Thu, Oct 22, 2015 at 11:44:49AM +0900, Tomohito Esaki wrote: > > From: Shinya Saito > > > > When trying to do sceen recording using the screenshooter, no screen data > > was ever processed because the rpi-renderer never set th

Re: [PATCH] Provide damage region for screen recording on Raspberry Pi

2015-10-21 Thread Bryce Harrington
On Thu, Oct 22, 2015 at 11:44:49AM +0900, Tomohito Esaki wrote: > From: Shinya Saito > > When trying to do sceen recording using the screenshooter, no screen data > was ever processed because the rpi-renderer never set the previous frames > damage area. > > Update the rpi-renderer to copy the ne

[PATCH] Provide damage region for screen recording on Raspberry Pi

2015-10-21 Thread Tomohito Esaki
From: Shinya Saito When trying to do sceen recording using the screenshooter, no screen data was ever processed because the rpi-renderer never set the previous frames damage area. Update the rpi-renderer to copy the necessary data. Signed-off-by: Shinya Saito Signed-off-by: Tomohito Esaki ---