Hi, Looks like missing the enum:
Reviewed-by: Mathias Fröhlich <[email protected]> best Mathias On Saturday, 10 March 2018 02:49:16 CET [email protected] wrote: > From: Roland Scheidegger <[email protected]> > > (For the pipe_tex_filter enum) > --- > src/gallium/auxiliary/util/u_blit.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/ util/u_blit.h > index 085ea63..004ceae 100644 > --- a/src/gallium/auxiliary/util/u_blit.h > +++ b/src/gallium/auxiliary/util/u_blit.h > @@ -31,6 +31,7 @@ > > > #include "pipe/p_compiler.h" > +#include "pipe/p_defines.h" > > > #ifdef __cplusplus > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
