Introduce .editorconfig
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 7b3853ef2bd3a233b6abcc295ed8d8b9c12aa32c..093c45b48fe947ebd17913e4b3e1202e208fd980 100644 (file)
@@ -175,6 +175,7 @@ C_SOURCES := \
        translate/translate_generic.c \
        translate/translate_sse.c \
        util/dbghelp.h \
+       util/u_bitcast.h \
        util/u_bitmask.c \
        util/u_bitmask.h \
        util/u_blend.h \
@@ -187,7 +188,6 @@ C_SOURCES := \
        util/u_cache.h \
        util/u_caps.c \
        util/u_caps.h \
-       util/u_clear.h \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
        util/u_debug.c \
@@ -227,8 +227,6 @@ C_SOURCES := \
        util/u_format_latc.h \
        util/u_format_other.c \
        util/u_format_other.h \
-       util/u_format_r11g11b10f.h \
-       util/u_format_rgb9e5.h \
        util/u_format_rgtc.c \
        util/u_format_rgtc.h \
        util/u_format_s3tc.c \
@@ -274,6 +272,8 @@ C_SOURCES := \
        util/u_pstipple.c \
        util/u_pstipple.h \
        util/u_pwr8.h \
+       util/u_queue.c \
+       util/u_queue.h \
        util/u_range.h \
        util/u_rect.h \
        util/u_resource.c \
@@ -308,13 +308,16 @@ C_SOURCES := \
        util/u_upload_mgr.h \
        util/u_vbuf.c \
        util/u_vbuf.h \
-       util/u_video.h
+       util/u_video.h \
+       util/u_viewport.h
 
 NIR_SOURCES := \
        nir/tgsi_to_nir.c \
        nir/tgsi_to_nir.h
 
 VL_SOURCES := \
+       vl/vl_bicubic_filter.c \
+       vl/vl_bicubic_filter.h \
        vl/vl_compositor.c \
        vl/vl_compositor.h \
        vl/vl_csc.c \