Re: [Mesa-dev] [PATCH 7/9] egl: keep the software device at the end of the list

2019-05-08 Thread Mathias Fröhlich
Hi Emil, The patches 1-7 are as well: Reviewed-by: Mathias Fröhlich plenty thanks and best Mathias On Monday, 6 May 2019 17:01:30 CEST Emil Velikov wrote: > From: Emil Velikov > > By default, the user is likely to pick the first device so it should > not be the least performant (aka softwa

Re: [Mesa-dev] [PATCH 7/9] egl: keep the software device at the end of the list

2019-05-07 Thread Marek Olšák
On Mon, May 6, 2019 at 11:02 AM Emil Velikov wrote: > From: Emil Velikov > > By default, the user is likely to pick the first device so it should > not be the least performant (aka software) one. > > Suggested-by: Marek Olšák > Signed-off-by: Emil Velikov > --- > src/egl/main/egldevice.c | 15

Re: [Mesa-dev] [PATCH 7/9] egl: keep the software device at the end of the list

2019-05-07 Thread Marek Olšák
For patches 1-7: Reviewed-by: Marek Olšák Marek On Mon, May 6, 2019 at 11:02 AM Emil Velikov wrote: > From: Emil Velikov > > By default, the user is likely to pick the first device so it should > not be the least performant (aka software) one. > > Suggested-by: Marek Olšák > Signed-off-by:

[Mesa-dev] [PATCH 7/9] egl: keep the software device at the end of the list

2019-05-06 Thread Emil Velikov
From: Emil Velikov By default, the user is likely to pick the first device so it should not be the least performant (aka software) one. Suggested-by: Marek Olšák Signed-off-by: Emil Velikov --- src/egl/main/egldevice.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) dif