Re: [Mesa-dev] [PATCH 1/3] loader: rework xmlconfig dependency

2017-08-04 Thread Emil Velikov
On 4 August 2017 at 23:08, Dieter Nützel wrote: > For the series: > > Tested-by: Dieter Nützel > > on RX580 > > with Clover, vdpau and Nine. > > ./autogen.sh --prefix=/usr/local --with-dri-drivers="" > --with-gallium-drivers=r600,radeonsi,swrast --with-platforms=drm,x11 > --enable-nine --enable-t

Re: [Mesa-dev] [PATCH 1/3] loader: rework xmlconfig dependency

2017-08-04 Thread Dieter Nützel
For the series: Tested-by: Dieter Nützel on RX580 with Clover, vdpau and Nine. ./autogen.sh --prefix=/usr/local --with-dri-drivers="" --with-gallium-drivers=r600,radeonsi,swrast --with-platforms=drm,x11 --enable-nine --enable-texture-float --enable-opencl --with-vulkan-drivers=radeon Die

Re: [Mesa-dev] [PATCH 1/3] loader: rework xmlconfig dependency

2017-08-04 Thread Nicolai Hähnle
On 04.08.2017 20:18, Emil Velikov wrote: From: Emil Velikov Currently xmlconfig is conditionally used, only when --enable-dri is available. As the library has moved to src/util and has wider wisebase, this guard is no longer correct. Strictly speaking - it wasn't since the introduction of xmlc

[Mesa-dev] [PATCH 1/3] loader: rework xmlconfig dependency

2017-08-04 Thread Emil Velikov
From: Emil Velikov Currently xmlconfig is conditionally used, only when --enable-dri is available. As the library has moved to src/util and has wider wisebase, this guard is no longer correct. Strictly speaking - it wasn't since the introduction of xmlconfig into st/nine a while ago. Unconditio