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

Dylan Baker dylan at pnwbakers.com
Tue Aug 7 19:40:39 UTC 2018


Yeah, this is git+me screwing up the rebase. The actual useful part of this
patch (that defines mkdir and getpid) is already in master. I'll drop this patch
entirely.

Dylan

Quoting Marek Olšák (2018-08-07 10:45:42)
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180807/2c51f4bf/attachment.sig>


More information about the mesa-dev mailing list