[Mesa-dev] [PATCH] i965: gen4_blorp_exec.h to the sources list

Juan A. Suarez Romero jasuarez at igalia.com
Wed Jun 14 17:25:35 UTC 2017


On Wed, 2017-06-14 at 17:02 +0100, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> We tend to use the sources, as opposed to EXTRA_DIST to include the
> headers.
> 

Reviewed-by: Juan A. Suarez Romero <jasuarez at igalia.com>

> Cc: Juan A. Suarez Romero <jasuarez at igalia.com>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/mesa/drivers/dri/i965/Makefile.am      | 1 -
>  src/mesa/drivers/dri/i965/Makefile.sources | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
> index 9879bf79a57..c29cc594c8e 100644
> --- a/src/mesa/drivers/dri/i965/Makefile.am
> +++ b/src/mesa/drivers/dri/i965/Makefile.am
> @@ -102,7 +102,6 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES)
>  CLEANFILES = $(BUILT_SOURCES)
>  
>  EXTRA_DIST = \
> -	gen4_blorp_exec.h \
>  	brw_oa_hsw.xml \
>  	brw_oa.py
>  
> diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
> index 1e656eb65a4..041cd079884 100644
> --- a/src/mesa/drivers/dri/i965/Makefile.sources
> +++ b/src/mesa/drivers/dri/i965/Makefile.sources
> @@ -67,6 +67,7 @@ i965_FILES = \
>  	brw_wm.h \
>  	brw_wm_state.c \
>  	brw_wm_surface_state.c \
> +	gen4_blorp_exec.h \
>  	gen6_clip_state.c \
>  	gen6_constant_state.c \
>  	gen6_depth_state.c \


More information about the mesa-dev mailing list