gallium: add a convience wrapper for simple screens
[mesa.git] / src / gallium / auxiliary / util / Makefile
index d11fa6e8038396075236bafeae41645def07308c..44c23777218c28f8e6bd6af7bf54d18cf6ba7d20 100644 (file)
@@ -5,14 +5,26 @@ LIBNAME = util
 
 C_SOURCES = \
        p_debug.c \
-       p_tile.c \
-       p_util.c \
+       u_blit.c \
+       u_cache.c \
        u_draw_quad.c \
        u_gen_mipmap.c \
        u_handle_table.c \
        u_hash_table.c \
+       u_hash.c \
+       u_keymap.c \
+       u_linear.c \
+       u_math.c \
        u_mm.c \
-       u_snprintf.c
+       u_rect.c \
+       u_simple_shaders.c \
+       u_snprintf.c \
+       u_stream_stdc.c \
+       u_stream_wd.c \
+       u_tile.c \
+       u_time.c \
+       u_timed_winsys.c \
+       u_simple_screen.c
 
 include ../../Makefile.template