[Mesa-dev] [PATCH v3 05/48] gallium: fix ddebug on windows

Marek Olšák maraeo at gmail.com
Tue Aug 7 17:45:42 UTC 2018


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

The commit message doesn't match the content of the patch.

Marek

On Mon, Aug 6, 2018 at 8:50 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
> By including the proper headers for getpid and for mkdir.
>
> Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
> Reviewed-by: Marek Olšák <marek.olsak at amd.com>
> ---
>  src/gallium/auxiliary/meson.build | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
> index 98542d7ef3e..4facaae08d6 100644
> --- a/src/gallium/auxiliary/meson.build
> +++ b/src/gallium/auxiliary/meson.build
> @@ -106,6 +106,12 @@ files_libgallium = files(
>    'driver_trace/tr_screen.h',
>    'driver_trace/tr_texture.c',
>    'driver_trace/tr_texture.h',
> +  'driver_ddebug/dd_context.c',
> +  'driver_ddebug/dd_draw.c',
> +  'driver_ddebug/dd_pipe.h',
> +  'driver_ddebug/dd_public.h',
> +  'driver_ddebug/dd_screen.c',
> +  'driver_ddebug/dd_util.h',
>    'hud/font.c',
>    'hud/font.h',
>    'hud/hud_context.c',
> --
> 2.18.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