Re: [PATCH] modesetting: add support for background none.

2016-03-13 Thread Eric Anholt
Dave Airlie writes: > From: Dave Airlie > > This adds support using glamor for background None. > > loosely based off the amdgpu code. relies on the > glamor_finish code. > > Signed-off-by: Dave Airlie > --- >

Re: [PATCH] modesetting: add support for background none.

2016-03-08 Thread Jasper St. Pierre
As mentioned in the original email, it relies on this series: https://lists.x.org/archives/xorg-devel/2016-February/048758.html On Tue, Mar 8, 2016 at 9:41 AM, Adam Jackson wrote: > On Wed, 2016-02-10 at 15:45 +1000, Dave Airlie wrote: > >> From: Dave Airlie

Re: [PATCH] modesetting: add support for background none.

2016-03-08 Thread Adam Jackson
On Wed, 2016-02-10 at 15:45 +1000, Dave Airlie wrote: > From: Dave Airlie > > This adds support using glamor for background None. > > loosely based off the amdgpu code. relies on the > glamor_finish code. > > Signed-off-by: Dave Airlie NAK: > +void >

[PATCH] modesetting: add support for background none.

2016-02-09 Thread Dave Airlie
From: Dave Airlie This adds support using glamor for background None. loosely based off the amdgpu code. relies on the glamor_finish code. Signed-off-by: Dave Airlie --- hw/xfree86/drivers/modesetting/driver.c | 21 +