[Mesa-dev] [PATCH] u_blit: (trivial) u_blit.h needs to include p_defines.h
Mathias Fröhlich
Mathias.Froehlich at gmx.net
Sat Mar 10 11:19:07 UTC 2018
Hi,
Looks like missing the enum:
Reviewed-by: Mathias Fröhlich <mathias.froehlich at web.de>
best
Mathias
On Saturday, 10 March 2018 02:49:16 CET sroland at vmware.com wrote:
> From: Roland Scheidegger <sroland at vmware.com>
>
> (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
>
More information about the mesa-dev
mailing list