mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 74c7902ae006008fb46bcbaaae052347e5ba2f74..58d8af71f7fe4e30daa946aff836b3fbc8607e3c 100644 (file)
@@ -1,5 +1,3 @@
-SUBDIRS := pipe-loader
-
 C_SOURCES := \
        cso_cache/cso_cache.c \
        cso_cache/cso_context.c \
@@ -23,6 +21,7 @@ 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 \
@@ -37,7 +36,14 @@ C_SOURCES := \
        draw/draw_vs.c \
        draw/draw_vs_exec.c \
        draw/draw_vs_variant.c \
+       hud/font.c \
+       hud/hud_context.c \
+       hud/hud_cpu.c \
+       hud/hud_fps.c \
+        hud/hud_driver_query.c \
+       indices/u_primconvert.c \
        os/os_misc.c \
+       os/os_process.c \
        os/os_time.c \
        pipebuffer/pb_buffer_fenced.c \
        pipebuffer/pb_buffer_malloc.c \
@@ -83,6 +89,7 @@ C_SOURCES := \
        translate/translate_sse.c \
        util/u_debug.c \
        util/u_debug_describe.c \
+       util/u_debug_flush.c \
        util/u_debug_memory.c \
        util/u_debug_refcnt.c \
        util/u_debug_stack.c \
@@ -104,6 +111,7 @@ C_SOURCES := \
        util/u_format_s3tc.c \
        util/u_format_rgtc.c \
        util/u_format_etc.c \
+       util/u_format_bptc.c \
        util/u_format_tests.c \
        util/u_format_yuv.c \
        util/u_format_zs.c \
@@ -147,16 +155,17 @@ C_SOURCES := \
         vl/vl_idct.c \
        vl/vl_mc.c \
         vl/vl_vertex_buffers.c \
-        vl/vl_video_buffer.c
+        vl/vl_video_buffer.c \
+       vl/vl_deint_filter.c
 
 GENERATED_SOURCES := \
        indices/u_indices_gen.c \
        indices/u_unfilled_gen.c \
-       util/u_format_srgb.c \
        util/u_format_table.c
 
 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 \
@@ -164,6 +173,8 @@ GALLIVM_SOURCES := \
         gallivm/lp_bld_flow.c \
         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 \