Re: [PATCH v14 34/41] compositor-drm: Ignore occluded views

2018-07-09 Thread Daniel Stone
Hi Pekka, On Fri, 26 Jan 2018 at 12:45, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:51 + Daniel Stone wrote: > > @@ -3116,9 +3136,16 @@ drm_output_propose_state(struct weston_output > > *output_base, > > if (next_plane == primary) > > pixman_region3

Re: [PATCH v14 34/41] compositor-drm: Ignore occluded views

2018-01-26 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:51 + Daniel Stone wrote: > When trying to assign planes, keep track of the areas which are > already occluded, and ignore views which are completely occluded. This > allows us to build a state using planes only, when there are occluded > views which cannot go into a

[PATCH v14 34/41] compositor-drm: Ignore occluded views

2017-12-20 Thread Daniel Stone
When trying to assign planes, keep track of the areas which are already occluded, and ignore views which are completely occluded. This allows us to build a state using planes only, when there are occluded views which cannot go into a plane behind views which can. Signed-off-by: Daniel Stone ---