Re: [PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-03-04 Thread Pekka Paalanen
On Fri, 26 Feb 2016 09:28:14 +0900 wataru_natsume wrote: > Hello Pekka-san, > > > Thank you so much for your review and proposal. > I will send another patch of the warning removal and memory leak which > you kindly found during this topic. > > Thanks, > Wataru Natsume > > On 2016-02-19 20:2

Re: [PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-02-25 Thread wataru_natsume
Hello Pekka-san, Thank you so much for your review and proposal. I will send another patch of the warning removal and memory leak which you kindly found during this topic. Thanks, Wataru Natsume On 2016-02-19 20:20, Pekka Paalanen wrote: On Thu, 18 Feb 2016 08:48:40 +0900 Wataru Natsume w

Re: [PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-02-19 Thread Pekka Paalanen
On Thu, 18 Feb 2016 08:48:40 +0900 Wataru Natsume wrote: > From: Wataru Natsume > > Previous code cleaned up surfaces in layer once and then added > surfaces to a layer in random. In this flow, two commitchanges are > required. > > Signed-off-by: Nobuhiko Tanibata > [wataru_nats...@xddp.denso

[PATCH weston v2] hmi-controller: remove duplicate commit_changes in random mode

2016-02-17 Thread Wataru Natsume
From: Wataru Natsume Previous code cleaned up surfaces in layer once and then added surfaces to a layer in random. In this flow, two commitchanges are required. Signed-off-by: Nobuhiko Tanibata [wataru_nats...@xddp.denso.co.jp: Removes unnecessary check] Signed-off-by: Wataru Natsume --- Chan