translate: Move loop variable declaration outside for loop.
[mesa.git] / src / gallium / auxiliary / Makefile
index 1abf12e95bdcb19aabe5f650fe444a6341b0695a..eb2a40cbaa3fda3bb6b9fb074a62dc04affb802e 100644 (file)
@@ -26,16 +26,15 @@ C_SOURCES = \
        draw/draw_pipe_wide_line.c \
        draw/draw_pipe_wide_point.c \
        draw/draw_pt.c \
-       draw/draw_pt_elts.c \
        draw/draw_pt_emit.c \
        draw/draw_pt_fetch.c \
        draw/draw_pt_fetch_emit.c \
        draw/draw_pt_fetch_shade_emit.c \
        draw/draw_pt_fetch_shade_pipeline.c \
        draw/draw_pt_post_vs.c \
+       draw/draw_pt_so_emit.c \
        draw/draw_pt_util.c \
-       draw/draw_pt_varray.c \
-       draw/draw_pt_vcache.c \
+       draw/draw_pt_vsplit.c \
        draw/draw_vertex.c \
        draw/draw_vs.c \
        draw/draw_vs_varient.c \
@@ -123,12 +122,14 @@ C_SOURCES = \
        util/u_linear.c \
        util/u_network.c \
        util/u_math.c \
+       util/u_mempool.c \
        util/u_mm.c \
        util/u_rect.c \
        util/u_ringbuffer.c \
        util/u_sampler.c \
        util/u_simple_shaders.c \
        util/u_snprintf.c \
+       util/u_staging.c \
        util/u_surface.c \
        util/u_surfaces.c \
        util/u_texture.c \
@@ -147,17 +148,21 @@ C_SOURCES = \
 
 GALLIVM_SOURCES = \
         gallivm/lp_bld_arit.c \
+        gallivm/lp_bld_assert.c \
         gallivm/lp_bld_const.c \
         gallivm/lp_bld_conv.c \
         gallivm/lp_bld_debug.c \
         gallivm/lp_bld_flow.c \
         gallivm/lp_bld_format_aos.c \
         gallivm/lp_bld_format_soa.c \
+        gallivm/lp_bld_format_yuv.c \
+        gallivm/lp_bld_gather.c \
         gallivm/lp_bld_init.c \
         gallivm/lp_bld_intr.c \
         gallivm/lp_bld_logic.c \
         gallivm/lp_bld_pack.c \
         gallivm/lp_bld_printf.c \
+        gallivm/lp_bld_quad.c \
         gallivm/lp_bld_sample.c \
         gallivm/lp_bld_sample_soa.c \
         gallivm/lp_bld_struct.c \
@@ -165,8 +170,10 @@ GALLIVM_SOURCES = \
         gallivm/lp_bld_tgsi_soa.c \
         gallivm/lp_bld_type.c \
         draw/draw_llvm.c \
+        draw/draw_vs_llvm.c \
         draw/draw_pt_fetch_shade_pipeline_llvm.c \
-        draw/draw_llvm_translate.c
+        draw/draw_llvm_translate.c \
+        draw/draw_llvm_sample.c
 
 GALLIVM_CPP_SOURCES = \
     gallivm/lp_bld_misc.cpp