Mesa (master): i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILES

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Feb 28 06:57:05 UTC 2017


Module: Mesa
Branch: master
Commit: b8cd78eaa1288a3b409b08751033a96fc0983114
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8cd78eaa1288a3b409b08751033a96fc0983114

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sun Feb 26 22:35:52 2017 -0800

i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILES

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>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

---

 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 5278e86..633c3dc 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-commit mailing list