[Mesa-dev] [PATCH] gallium/i965g: hide that utterly broken driver better

Patrick Baggett baggett.patrick at gmail.com
Mon Nov 28 13:40:33 PST 2011


On Mon, Nov 28, 2011 at 3:32 PM, Daniel Vetter <daniel.vetter at ffwll.ch>wrote:

> And warn loudly in case people want to use it. Too many tester report
> gpu hangs on irc and we rootcause this ...
>
> Signed-Off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
>  configure.ac |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8885a6d..4dee3ad 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -658,7 +658,7 @@ GALLIUM_DRIVERS_DEFAULT="r300,r600,swrast"
>  AC_ARG_WITH([gallium-drivers],
>     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
>         [comma delimited Gallium drivers list, e.g.
> -        "i915,i965,nouveau,r300,r600,svga,swrast"
> +        "i915,nouveau,r300,r600,svga,swrast"
>         @<:@default=r300,r600,swrast@:>@])],
>     [with_gallium_drivers="$withval"],
>     [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])
> @@ -2007,10 +2007,17 @@ if echo "$SRC_DIRS" | grep 'gallium' >/dev/null
> 2>&1; then
>     echo "        Winsys dirs:     $GALLIUM_WINSYS_DIRS"
>     echo "        Driver dirs:     $GALLIUM_DRIVERS_DIRS"
>     echo "        Trackers dirs:   $GALLIUM_STATE_TRACKERS_DIRS"
> +   if echo "$GALLIUM_DRIVERS_DIRS" | grep i965 > /dev/null 2>&1; then
> +      echo
> +      echo "        WARNING: enabling i965 gallium driver"
> +      echo "        the i965g driver is currently utterly broken, only
> for adventurours developers"
>

I think the word is "adventurous".


> +      echo
> +   fi
>  else
>     echo "        Gallium:         no"
>  fi
>
> +
>  dnl Libraries
>  echo ""
>  echo "        Shared libs:     $enable_shared"
> --
> 1.7.7.1
>
> _______________________________________________
> 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/20111128/6cfd856e/attachment.htm>


More information about the mesa-dev mailing list