Re: [PATCH xserver] Revert "prime: Sync shared pixmap from root window instead of screen pixmap"

2017-03-12 Thread Michel Dänzer
On 11/03/17 01:15 AM, Adam Jackson wrote: > On Fri, 2017-03-10 at 11:40 +0900, Michel Dänzer wrote: >> On 09/03/17 08:25 PM, Chris Wilson wrote: >>> This reverts commit b5b292896f647c85f03f53b20b2f03c0e94de428. >>> >>> This breaks the concept of the screen->pixmap_dirty_list as it no longer >>>

Re: [PATCH xserver] Revert "prime: Sync shared pixmap from root window instead of screen pixmap"

2017-03-10 Thread Adam Jackson
On Fri, 2017-03-10 at 11:40 +0900, Michel Dänzer wrote: > On 09/03/17 08:25 PM, Chris Wilson wrote: > > This reverts commit b5b292896f647c85f03f53b20b2f03c0e94de428. > > > > This breaks the concept of the screen->pixmap_dirty_list as it no longer > > tracks the relationship between the

Re: [PATCH xserver] Revert "prime: Sync shared pixmap from root window instead of screen pixmap"

2017-03-09 Thread Michel Dänzer
On 09/03/17 08:25 PM, Chris Wilson wrote: > This reverts commit b5b292896f647c85f03f53b20b2f03c0e94de428. > > This breaks the concept of the screen->pixmap_dirty_list as it no longer > tracks the relationship between the PixmapDirtyUpdate src and slave_dst, > for the supposed convenience of not

[PATCH xserver] Revert "prime: Sync shared pixmap from root window instead of screen pixmap"

2017-03-09 Thread Chris Wilson
This reverts commit b5b292896f647c85f03f53b20b2f03c0e94de428. This breaks the concept of the screen->pixmap_dirty_list as it no longer tracks the relationship between the PixmapDirtyUpdate src and slave_dst, for the supposed convenience of not tracking present flips. --- dix/pixmap.c | 16