os: Don't assert on missing implementation of barrier init/destroy. Just usage.
[mesa.git] / src / gallium / auxiliary / Makefile
index 9b6babce33faf655784e4a6a47b58340f25eab36..66cfe9d89dd9cd567604d22e76e40543d44f20cb 100644 (file)
@@ -48,6 +48,10 @@ C_SOURCES = \
        draw/draw_vs_sse.c \
        indices/u_indices_gen.c \
        indices/u_unfilled_gen.c \
+       os/os_misc.c \
+       os/os_stream_stdc.c \
+       os/os_stream_wd.c \
+       os/os_time.c \
        pipebuffer/pb_buffer_malloc.c \
        pipebuffer/pb_bufmgr_alt.c \
        pipebuffer/pb_bufmgr_cache.c \
@@ -90,6 +94,7 @@ C_SOURCES = \
        util/u_debug_dump.c \
        util/u_debug_symbol.c \
        util/u_debug_stack.c \
+       util/u_bitmask.c \
        util/u_blit.c \
        util/u_blitter.c \
        util/u_cache.c \
@@ -112,12 +117,9 @@ C_SOURCES = \
        util/u_ringbuffer.c \
        util/u_simple_shaders.c \
        util/u_snprintf.c \
-       util/u_stream_stdc.c \
-       util/u_stream_wd.c \
        util/u_surface.c \
        util/u_texture.c \
        util/u_tile.c \
-       util/u_time.c \
        util/u_timed_winsys.c \
        util/u_upload_mgr.c \
        util/u_simple_screen.c \