Re: [Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-29 Thread Emil Velikov
On 29 August 2018 at 07:55, Tomasz Figa wrote: > Hi Emil, > > On Fri, Aug 24, 2018 at 9:25 PM Emil Velikov wrote: >> >> From: Emil Velikov >> >> Unlike the other platforms, here we aim do guess if the device that we >> somewhat arbitrarily picked, is supported or not. >> >> In particular: when

Re: [Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-29 Thread Tomasz Figa
Hi Emil, On Fri, Aug 24, 2018 at 9:25 PM Emil Velikov wrote: > > From: Emil Velikov > > Unlike the other platforms, here we aim do guess if the device that we > somewhat arbitrarily picked, is supported or not. > > In particular: when a vendor is _not_ requested we loop through all > devices,

Re: [Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-27 Thread Robert Foss
Hey, On 27/08/2018 11.47, Emil Velikov wrote: On 24 August 2018 at 18:55, Robert Foss wrote: Hey Emil, On 24/08/2018 14.21, Emil Velikov wrote: From: Emil Velikov Unlike the other platforms, here we aim do guess if the device that we somewhat arbitrarily picked, is supported or not. In

Re: [Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-27 Thread Emil Velikov
On 24 August 2018 at 18:55, Robert Foss wrote: > Hey Emil, > > > On 24/08/2018 14.21, Emil Velikov wrote: >> >> From: Emil Velikov >> >> Unlike the other platforms, here we aim do guess if the device that we >> somewhat arbitrarily picked, is supported or not. >> >> In particular: when a vendor

Re: [Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-24 Thread Robert Foss
Hey Emil, On 24/08/2018 14.21, Emil Velikov wrote: From: Emil Velikov Unlike the other platforms, here we aim do guess if the device that we somewhat arbitrarily picked, is supported or not. In particular: when a vendor is _not_ requested we loop through all devices, picking the first one

[Mesa-dev] [PATCH] egl/android: rework device probing

2018-08-24 Thread Emil Velikov
From: Emil Velikov Unlike the other platforms, here we aim do guess if the device that we somewhat arbitrarily picked, is supported or not. In particular: when a vendor is _not_ requested we loop through all devices, picking the first one which can create a DRI screen. When a vendor is