Re: [PATCH weston 6/8] compositor-drm: Make some functions take a weston_output directly

2017-01-31 Thread Pekka Paalanen
On Mon, 2 May 2016 22:40:15 +0100 Emmanuel Gil Peyrot wrote: > Makes it clearer that they don’t use any field specific to drm_output, > and reduce the amount of churn from the following commits. > > Signed-off-by: Emmanuel Gil Peyrot > --- > src/compositor-drm.c | 48 -

Re: [PATCH weston 6/8] compositor-drm: Make some functions take a weston_output directly

2016-11-21 Thread Daniel Stone
Hi Emmanuel, On 2 May 2016 at 22:40, Emmanuel Gil Peyrot wrote: > Makes it clearer that they don’t use any field specific to drm_output, > and reduce the amount of churn from the following commits. I forgot to mention that I think patches 5 and 6 from this look good, and I'll try to remember to

[PATCH weston 6/8] compositor-drm: Make some functions take a weston_output directly

2016-05-02 Thread Emmanuel Gil Peyrot
Makes it clearer that they don’t use any field specific to drm_output, and reduce the amount of churn from the following commits. Signed-off-by: Emmanuel Gil Peyrot --- src/compositor-drm.c | 48 1 file changed, 24 insertions(+), 24 deletions(-)