draw: implement proper primitive assembler as a pipeline stage
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 20ff5ba73ef104f567da885302d42ccd9be7a81e..ee93e8bcf07636bfacfeb6af3ef576c8cfd27fdc 100644 (file)
@@ -13,6 +13,7 @@ C_SOURCES := \
        draw/draw_pipe_clip.c \
        draw/draw_pipe_cull.c \
        draw/draw_pipe_flatshade.c \
+        draw/draw_pipe_ia.c \
        draw/draw_pipe_offset.c \
        draw/draw_pipe_pstipple.c \
        draw/draw_pipe_stipple.c \
@@ -23,7 +24,6 @@ C_SOURCES := \
        draw/draw_pipe_vbuf.c \
        draw/draw_pipe_wide_line.c \
        draw/draw_pipe_wide_point.c \
-       draw/draw_prim_assembler.c \
        draw/draw_pt.c \
        draw/draw_pt_emit.c \
        draw/draw_pt_fetch.c \
@@ -44,6 +44,7 @@ C_SOURCES := \
        hud/hud_fps.c \
         hud/hud_driver_query.c \
        os/os_misc.c \
+       os/os_process.c \
        os/os_time.c \
        pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_malloc.c \
@@ -163,6 +164,7 @@ GENERATED_SOURCES := \
 
 GALLIVM_SOURCES := \
         gallivm/lp_bld_arit.c \
+        gallivm/lp_bld_arit_overflow.c \
         gallivm/lp_bld_assert.c \
         gallivm/lp_bld_bitarit.c \
         gallivm/lp_bld_const.c \
@@ -171,6 +173,7 @@ GALLIVM_SOURCES := \
         gallivm/lp_bld_format_aos.c \
         gallivm/lp_bld_format_aos_array.c \
        gallivm/lp_bld_format_float.c \
+        gallivm/lp_bld_format_srgb.c \
         gallivm/lp_bld_format_soa.c \
         gallivm/lp_bld_format_yuv.c \
         gallivm/lp_bld_gather.c \