[Mesa-dev] [PATCH 05/10] i965: Move brw_nir_lower_uniforms.cpp to i965_FILES
Jason Ekstrand
jason at jlekstrand.net
Thu May 26 01:52:21 UTC 2016
This gets it out of i965_compiler.la
---
src/mesa/drivers/dri/i965/Makefile.sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 01f2ef6..d8711ed 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -47,7 +47,6 @@ i965_compiler_FILES = \
brw_nir_analyze_boolean_resolves.c \
brw_nir_attribute_workarounds.c \
brw_nir_opt_peephole_ffma.c \
- brw_nir_uniforms.cpp \
brw_packed_float.c \
brw_predicated_break.cpp \
brw_reg.h \
@@ -138,6 +137,7 @@ i965_FILES = \
brw_meta_util.h \
brw_misc_state.c \
brw_multisample_state.h \
+ brw_nir_uniforms.cpp \
brw_object_purgeable.c \
brw_performance_monitor.c \
brw_pipe_control.c \
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list