draw: fix another decompose bug affecting constant interpolated attributes
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index 6becb8daea2ac786ae271527dc52789aaf010197..ab794e164415a44437c6f44ca8bf533170868f6c 100644 (file)
@@ -168,6 +168,7 @@ C_SOURCES := \
        util/u_atomic.h \
        util/u_bitmask.c \
        util/u_bitmask.h \
+       util/u_blend.h \
        util/u_blit.c \
        util/u_blit.h \
        util/u_blitter.c \
@@ -303,7 +304,9 @@ C_SOURCES := \
        util/u_upload_mgr.h \
        util/u_vbuf.c \
        util/u_vbuf.h \
-       util/u_video.h \
+       util/u_video.h
+
+VL_SOURCES := \
        vl/vl_compositor.c \
        vl/vl_compositor.h \
        vl/vl_csc.c \
@@ -333,9 +336,13 @@ C_SOURCES := \
        vl/vl_video_buffer.h \
        vl/vl_vlc.h \
        vl/vl_winsys.h \
+       vl/vl_winsys_dri.c \
        vl/vl_zscan.c \
        vl/vl_zscan.h
 
+VL_STUB_SOURCES := \
+       vl/vl_stubs.c
+
 GENERATED_SOURCES := \
        indices/u_indices_gen.c \
        indices/u_unfilled_gen.c \