Re: [PATCH weston v5 12/14] compositor: Add scene-graph debug scope

2018-08-06 Thread Pekka Paalanen
On Fri, 20 Jul 2018 20:03:33 +0100 Daniel Stone wrote: > Add a 'scene-graph' debug scope which will dump out the current set of > outputs, layers, and views and as much information as possible about how > they are rendered and composited. > > Signed-off-by: Daniel Stone > --- > libweston/compo

[PATCH weston v5 12/14] compositor: Add scene-graph debug scope

2018-07-20 Thread Daniel Stone
Add a 'scene-graph' debug scope which will dump out the current set of outputs, layers, and views and as much information as possible about how they are rendered and composited. Signed-off-by: Daniel Stone --- libweston/compositor.c | 219 + libweston/comp