[Mesa-dev] [PATCH] gallium/swr: allow swr use as a swrast dri driver

Emil Velikov emil.l.velikov at gmail.com
Fri Apr 15 18:40:41 UTC 2016


On 15 April 2016 at 19:26, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> I tested this out, and noticed that I still had to have
> --with-gallium-drivers=swrast, or else swrast_dri.so didn't get
> built/installed. With swrast,swr it seems to work (at least glxinfo
> and glxgears produce expected results).
>
Indeed. We need the following for the link

src/gallium/drivers/swr/Automake.inc
+TARGET_DRIVERS += swrast

Related:
If one is brave enough to test gnome-continuous (i.e. via gbm's
kms_swrast) they will also need

$ sed -i src/gallium/state_trackers/dri/* "s/GALLIUM_SOFTPIPE/GALLIUM_SWRAST/"

I doubt that'll be the case though ;-)

-Emil


More information about the mesa-dev mailing list