Re: [PATCH weston 2/2] compositor-drm: the cursor plane only supports ARGB

2016-02-09 Thread Bryce Harrington
On Fri, Feb 05, 2016 at 02:30:22PM +0200, Pekka Paalanen wrote: > On Thu, 3 Dec 2015 14:07:12 -0600 > Derek Foreman wrote: > > > Keep XRGB apps out of the cursor plane, only ARGB is supported. > > > > This prevents programs like weston-simple-shm from landing in the

Re: [PATCH weston 2/2] compositor-drm: the cursor plane only supports ARGB

2016-02-05 Thread Pekka Paalanen
On Thu, 3 Dec 2015 14:07:12 -0600 Derek Foreman wrote: > Keep XRGB apps out of the cursor plane, only ARGB is supported. > > This prevents programs like weston-simple-shm from landing in the cursor > plane and being misrendered. > > Signed-off-by: Derek Foreman

[PATCH weston 2/2] compositor-drm: the cursor plane only supports ARGB

2015-12-03 Thread Derek Foreman
Keep XRGB apps out of the cursor plane, only ARGB is supported. This prevents programs like weston-simple-shm from landing in the cursor plane and being misrendered. Signed-off-by: Derek Foreman --- src/compositor-drm.c | 12 +--- 1 file changed, 9