[Mesa-dev] [PATCH] etnaviv: Add missing includes after 6ace0b8
Andres Gomez
agomez at igalia.com
Fri Sep 22 18:45:26 UTC 2017
The build is successful again after this patch.
This is:
Tested-by: Andres Gomez <agomez at igalia.com>
On Fri, 2017-09-22 at 15:52 +0200, Wladimir J. van der Laan wrote:
> Add missing includes after 6ace0b8 (etnaviv: don't enable RT
> full-overwrite when logicop is enabled), otherwise the etnaviv driver
> won't build because of missing macros.
>
> Signed-off-by: Wladimir J. van der Laan <laanwj at gmail.com>
> ---
> src/gallium/drivers/etnaviv/etnaviv_blend.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/drivers/etnaviv/etnaviv_blend.c b/src/gallium/drivers/etnaviv/etnaviv_blend.c
> index 7301841..1b432bd 100644
> --- a/src/gallium/drivers/etnaviv/etnaviv_blend.c
> +++ b/src/gallium/drivers/etnaviv/etnaviv_blend.c
> @@ -27,7 +27,9 @@
> #include "etnaviv_blend.h"
>
> #include "etnaviv_context.h"
> +#include "etnaviv_screen.h"
> #include "etnaviv_translate.h"
> +#include "hw/common.xml.h"
> #include "pipe/p_defines.h"
> #include "util/u_memory.h"
>
--
Br,
Andres
More information about the mesa-dev
mailing list