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
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
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
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