freedreno: wire up core pipe_debug_callback
[mesa.git] / src / gallium / drivers / ilo / Makefile.sources
index ed024e3a866d9147ba797b94d6ebad03a9f16e69..7a7db938f928af05a5d4dd20d33960fed32cf55c 100644 (file)
@@ -1,5 +1,4 @@
 C_SOURCES := \
-       core/ilo_buffer.h \
        core/ilo_builder.c \
        core/ilo_builder.h \
        core/ilo_builder_3d.h \
@@ -15,8 +14,6 @@ C_SOURCES := \
        core/ilo_debug.h \
        core/ilo_dev.c \
        core/ilo_dev.h \
-       core/ilo_format.c \
-       core/ilo_format.h \
        core/ilo_image.c \
        core/ilo_image.h \
        core/ilo_state_cc.c \
@@ -45,6 +42,7 @@ C_SOURCES := \
        core/ilo_state_viewport.h \
        core/ilo_state_zs.c \
        core/ilo_state_zs.h \
+       core/ilo_vma.h \
        core/intel_winsys.h \
        ilo_blit.c \
        ilo_blit.h \
@@ -60,13 +58,13 @@ C_SOURCES := \
        ilo_cp.h \
        ilo_draw.c \
        ilo_draw.h \
+       ilo_format.c \
+       ilo_format.h \
        ilo_gpgpu.c \
        ilo_gpgpu.h \
        ilo_public.h \
        ilo_query.c \
        ilo_query.h \
-       ilo_resource.c \
-       ilo_resource.h \
        ilo_render.c \
        ilo_render.h \
        ilo_render_gen.h \
@@ -76,6 +74,8 @@ C_SOURCES := \
        ilo_render_gen8.c \
        ilo_render_media.c \
        ilo_render_surface.c \
+       ilo_resource.c \
+       ilo_resource.h \
        ilo_screen.c \
        ilo_screen.h \
        ilo_shader.c \