Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile
index ed24a1c7b94e708866c6b8c58a68a63c7687a47e..5ac09de79ea3a44a501868ce558d18bf2b5435ce 100644 (file)
@@ -3,37 +3,36 @@ include $(TOP)/configs/current
 
 LIBNAME = llvmpipe
 
+CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
+
 C_SOURCES = \
        lp_bld_alpha.c \
        lp_bld_arit.c \
        lp_bld_blend_aos.c \
+       lp_bld_blend_logicop.c \
        lp_bld_blend_soa.c \
        lp_bld_const.c \
        lp_bld_conv.c \
        lp_bld_debug.c \
        lp_bld_depth.c \
+       lp_bld_flow.c \
+       lp_bld_format_aos.c \
+       lp_bld_interp.c \
        lp_bld_intr.c \
-       lp_bld_pack.c \
-       lp_bld_unpack.c \
-       lp_bld_load.c \
-       lp_bld_store.c \
-       lp_bld_loop.c \
        lp_bld_logic.c \
-       lp_bld_logicop.c \
        lp_bld_swizzle.c \
+       lp_bld_struct.c \
        lp_bld_tgsi_soa.c \
        lp_bld_type.c \
+       lp_buffer.c \
        lp_clear.c \
        lp_context.c \
        lp_draw_arrays.c \
        lp_flush.c \
+       lp_jit.c \
        lp_prim_setup.c \
        lp_prim_vbuf.c \
        lp_setup.c \
-       lp_quad_blend.c \
-       lp_quad_pipe.c \
-       lp_quad_fs.c \
-       lp_quad_stipple.c \
        lp_query.c \
        lp_screen.c \
        lp_state_blend.c \
@@ -44,6 +43,7 @@ C_SOURCES = \
        lp_state_sampler.c \
        lp_state_surface.c \
        lp_state_vertex.c \
+       lp_state_vs.c \
        lp_surface.c \
        lp_tex_cache.c \
        lp_tex_sample.c \