[Mesa-dev] [PATCH 4/4] pipe-loader: fix swrast probing

Marek Olšák maraeo at gmail.com
Thu Aug 3 22:30:49 UTC 2017


For the series:

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Thu, Aug 3, 2017 at 3:44 PM, Nicolai Hähnle <nhaehnle at gmail.com> wrote:
> From: Nicolai Hähnle <nicolai.haehnle at amd.com>
>
> Missed updating this caller of pipe_loader_find_module.
>
> Fixes: 0d7d60b7ea ("pipe-loader: pass only the driver_name to pipe_loader_find_module")
> ---
>  src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
> index 696ba2c5338..677814ad263 100644
> --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
> +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
> @@ -100,7 +100,7 @@ pipe_loader_sw_probe_init_common(struct pipe_loader_sw_device *sdev)
>     if (!sdev->dd)
>        return false;
>  #else
> -   sdev->lib = pipe_loader_find_module(&sdev->base, PIPE_SEARCH_DIR);
> +   sdev->lib = pipe_loader_find_module("swrast", PIPE_SEARCH_DIR);
>     if (!sdev->lib)
>        return false;
>
> --
> 2.11.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list