util: Move format_rgb9e5.h to src/util
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 26a06b29f6072397ec61806a808e6b3b947702a0..230f52beec850dd21a4a1f443933f319ea3d20e4 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 \
@@ -228,7 +229,6 @@ C_SOURCES := \
        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 +274,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 \
@@ -315,6 +317,8 @@ NIR_SOURCES := \
        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 \
@@ -350,9 +354,11 @@ 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_WINSYS_DRI3_SOURCES := \
+       vl/vl_winsys_dri3.c
+
 VL_STUB_SOURCES := \
        vl/vl_stubs.c