mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index acbcef7e2ed48635c89b99b9b4abc716b212a29b..58d8af71f7fe4e30daa946aff836b3fbc8607e3c 100644 (file)
@@ -1,5 +1,3 @@
-SUBDIRS := pipe-loader
-
 C_SOURCES := \
        cso_cache/cso_cache.c \
        cso_cache/cso_context.c \
@@ -43,6 +41,7 @@ C_SOURCES := \
        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 \
@@ -90,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 \
@@ -111,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 \
@@ -154,12 +155,12 @@ 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 := \