[Mesa-dev] [PATCH v3 2/3] Add a dumb drm/kms winsys for software rendering

Andreas Pokorny andreas.pokorny at gmail.com
Wed Jul 2 02:41:05 PDT 2014


Hi,
Nice patches! I found one minor issue below.

I currently try to integrate and use that locally within kvm, currently on
top of 10.2.

2014-06-15 13:49 GMT+02:00 Giovanni Campagna <scampa.giovanni at gmail.com>:

> From: Giovanni Campagna <gcampagna at src.gnome.org>
>
> Add a new winsys and target that can be used with a dri2 state tracker and
> [..]
>
> diff --git a/configure.ac b/configure.ac
> index 390adaa..07e4648 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1993,6 +1993,9 @@ if test -n "$with_gallium_drivers"; then
>              if test "x$enable_dri" = xyes; then
>                  GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-swrast"
>              fi
> +            if text "x$have_libdrm" = xyes; then
> +                GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-kms-swrast"
> +            fi
>              ;;
>

s/text/test here



> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140702/1070d16b/attachment.html>


More information about the mesa-dev mailing list