[PATCH] Disable DRI3 and sync fence FD functions if xshmfence isn't available

Gaetan Nadon memsize at videotron.ca
Mon Nov 4 20:32:46 CET 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 13-11-03 09:58 PM, Keith Packard wrote:
> I think this will eliminate the spurious messages. If you concur, I'll
> amend the previous patch with this change and push it to master.
>
> diff --git a/configure.ac b/configure.ac
> index 2ec61d3..6dd437b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1128,6 +1128,8 @@ case "$DRI3,$HAVE_DRI3PROTO" in
>          AC_MSG_ERROR([DRI3 requested, but dri3proto not found.])
>          DRI3=no
>          ;;
> +    no,*)
> +        ;;
>      *)
>          AC_MSG_NOTICE([DRI3 disabled because dri3proto not found.])
>          DRI3=no
> @@ -1172,11 +1174,13 @@ case "$DRI3,$HAVE_XSHMFENCE" in
>          AC_MSG_ERROR("DRI3 requested, but xshmfence not found.])
>          DRI3=no
>          ;;
> +    no,*)
> +        ;;
>      *)
>          AC_MSG_NOTICE([DRI3 disabled because xshmfence not found.])
>          DRI3=no
>          ;;
> -esac       
> +esac
> 
>  case x"$DRI3" in
>      xyes|xauto)
>
>
Perfect, thanks
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlJ39kMACgkQubv1WfueyfwaDQCgz5pE2XKWGFk/t0jmMLeTT4C7
P20AoNRYZwP9eg80KZcSQwft2UfQo2Z8
=CD6p
-----END PGP SIGNATURE-----



More information about the xorg-devel mailing list