Re: [Mesa-dev] [PATCH 2/3] egl/sl: use drmDevice API to enumerate available devices

2019-02-19 Thread Emil Velikov
On Mon, 18 Feb 2019 at 16:50, Eric Engestrom wrote: > > On Tuesday, 2019-02-05 15:31:07 +, Emil Velikov wrote: > > From: Emil Velikov > > > > This provides for a more comprehensive iteration and a more > > straight-forward codebase, while minimising the platform specifics. > > > >

Re: [Mesa-dev] [PATCH 2/3] egl/sl: use drmDevice API to enumerate available devices

2019-02-18 Thread Eric Engestrom
On Tuesday, 2019-02-05 15:31:07 +, Emil Velikov wrote: > From: Emil Velikov > > This provides for a more comprehensive iteration and a more > straight-forward codebase, while minimising the platform specifics. > > Signed-off-by: Emil Velikov > --- >

[Mesa-dev] [PATCH 2/3] egl/sl: use drmDevice API to enumerate available devices

2019-02-05 Thread Emil Velikov
From: Emil Velikov This provides for a more comprehensive iteration and a more straight-forward codebase, while minimising the platform specifics. Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/platform_surfaceless.c | 73 +++-- 1 file changed, 37 insertions(+), 36