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.giova...@gmail.com>:

> From: Giovanni Campagna <gcampa...@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@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to