util,gallivm: Explicitly enable/disable fma attribute.
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 82ef5ecfce4cb1acdf74f0a614e79512874377e4..26a06b29f6072397ec61806a808e6b3b947702a0 100644 (file)
@@ -93,6 +93,8 @@ C_SOURCES := \
        pipebuffer/pb_bufmgr_ondemand.c \
        pipebuffer/pb_bufmgr_pool.c \
        pipebuffer/pb_bufmgr_slab.c \
+       pipebuffer/pb_cache.c \
+       pipebuffer/pb_cache.h \
        pipebuffer/pb_validate.c \
        pipebuffer/pb_validate.h \
        postprocess/filters.h \
@@ -189,11 +191,13 @@ C_SOURCES := \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
        util/u_debug.c \
+       util/u_debug.h \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
        util/u_debug_flush.h \
-       util/u_debug.h \
+       util/u_debug_image.c \
+       util/u_debug_image.h \
        util/u_debug_memory.c \
        util/u_debug_refcnt.c \
        util/u_debug_refcnt.h \
@@ -219,8 +223,6 @@ C_SOURCES := \
        util/u_format.h \
        util/u_format_etc.c \
        util/u_format_etc.h \
-       util/u_format_fake.c \
-       util/u_format_fake.h \
        util/u_format_latc.c \
        util/u_format_latc.h \
        util/u_format_other.c \
@@ -252,7 +254,6 @@ C_SOURCES := \
        util/u_helpers.h \
        util/u_index_modify.c \
        util/u_index_modify.h \
-       util/u_init.h \
        util/u_inlines.h \
        util/u_keymap.c \
        util/u_keymap.h \
@@ -272,6 +273,7 @@ C_SOURCES := \
        util/u_prim_restart.h \
        util/u_pstipple.c \
        util/u_pstipple.h \
+       util/u_pwr8.h \
        util/u_range.h \
        util/u_rect.h \
        util/u_resource.c \
@@ -286,8 +288,6 @@ C_SOURCES := \
        util/u_slab.h \
        util/u_split_prim.h \
        util/u_sse.h \
-       util/u_staging.c \
-       util/u_staging.h \
        util/u_string.h \
        util/u_suballoc.c \
        util/u_suballoc.h \
@@ -350,6 +350,7 @@ VL_SOURCES := \
 # XXX: Nuke this as our dri targets no longer depend on VL.
 VL_WINSYS_SOURCES := \
        vl/vl_winsys_dri.c \
+       vl/vl_winsys_dri3.c \
        vl/vl_winsys_drm.c
 
 VL_STUB_SOURCES := \