[Mesa-dev] [PATCH] i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILES
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Mon Feb 27 13:50:34 UTC 2017
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
On 27/02/17 12:54, Kenneth Graunke wrote:
> I have no idea why these were part of the compiler files. They're
> miptree related code, and the compiler doesn't appear to use them.
>
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> ---
> src/mesa/drivers/dri/i965/Makefile.sources | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
> index 5278e86339a..633c3dc00a4 100644
> --- a/src/mesa/drivers/dri/i965/Makefile.sources
> +++ b/src/mesa/drivers/dri/i965/Makefile.sources
> @@ -85,9 +85,7 @@ i965_compiler_FILES = \
> intel_asm_annotation.c \
> intel_asm_annotation.h \
> intel_debug.c \
> - intel_debug.h \
> - intel_resolve_map.c \
> - intel_resolve_map.h
> + intel_debug.h
>
> i965_compiler_GENERATED_FILES = \
> brw_nir_trig_workarounds.c
> @@ -236,6 +234,8 @@ i965_FILES = \
> intel_pixel_draw.c \
> intel_pixel.h \
> intel_pixel_read.c \
> + intel_resolve_map.c \
> + intel_resolve_map.h \
> intel_screen.c \
> intel_screen.h \
> intel_state.c \
More information about the mesa-dev
mailing list