Re: [PATCH weston] compositor-drm: fall back to EGL visual_id 0 if no others work

2015-11-07 Thread Bryce Harrington
On Wed, Nov 04, 2015 at 12:58:18PM -0800, Bryce Harrington wrote: > On Wed, Nov 04, 2015 at 02:47:33PM -0600, Derek Foreman wrote: > > commit e76f185 stopped using visuals with "native visual id" == 0 > > > > This broke some systems, so we now try 0 as a worst case fallback if > > everything else

Re: [PATCH weston] compositor-drm: fall back to EGL visual_id 0 if no others work

2015-11-04 Thread Bryce Harrington
On Wed, Nov 04, 2015 at 02:47:33PM -0600, Derek Foreman wrote: > commit e76f185 stopped using visuals with "native visual id" == 0 > > This broke some systems, so we now try 0 as a worst case fallback if > everything else has failed. > > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington

[PATCH weston] compositor-drm: fall back to EGL visual_id 0 if no others work

2015-11-04 Thread Derek Foreman
commit e76f185 stopped using visuals with "native visual id" == 0 This broke some systems, so we now try 0 as a worst case fallback if everything else has failed. Signed-off-by: Derek Foreman --- I'm not able to confirm myself that this fixes the bug it's intended to... src/compositor-drm.c |