tgsi: Rewrite exec implementations of NRM and NRM4.
[mesa.git] / src / gallium / auxiliary / Makefile
index 238daa2517250891d096df341e4c983e86dc96da..916f5f6c91cad933f896faea6def8aa847e5be2f 100644 (file)
@@ -49,9 +49,12 @@ C_SOURCES = \
        indices/u_indices_gen.c \
        indices/u_unfilled_gen.c \
        os/os_misc.c \
+       os/os_stream_log.c \
        os/os_stream_stdc.c \
-       os/os_stream_wd.c \
+       os/os_stream_str.c \
+       os/os_stream_null.c \
        os/os_time.c \
+       pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_malloc.c \
        pipebuffer/pb_bufmgr_alt.c \
        pipebuffer/pb_bufmgr_cache.c \
@@ -91,9 +94,10 @@ C_SOURCES = \
        translate/translate.c \
        translate/translate_cache.c \
        util/u_debug.c \
-       util/u_debug_dump.c \
        util/u_debug_symbol.c \
        util/u_debug_stack.c \
+       util/u_dump_defines.c \
+       util/u_dump_state.c \
        util/u_bitmask.c \
        util/u_blit.c \
        util/u_blitter.c \
@@ -154,13 +158,21 @@ GALLIVM_SOURCES = \
         gallivm/lp_bld_tgsi_soa.c \
         gallivm/lp_bld_type.c
 
+GALLIVM_CPP_SOURCES = \
+        gallivm/lp_bld_misc.cpp
+
 
 ifeq ($(MESA_LLVM),1)
 C_SOURCES += \
        $(GALLIVM_SOURCES)
+CPP_SOURCES += \
+       $(GALLIVM_CPP_SOURCES)
 endif
 
 
+LIBRARY_DEFINES += -D__STDC_CONSTANT_MACROS
+
+
 include ../Makefile.template