ilo: add ilo_state_surface_valid_format()
[mesa.git] / src / gallium / drivers / ilo / Makefile.sources
index 476a9ffe361213c697137f34bd27c7c0d9678715..ed024e3a866d9147ba797b94d6ebad03a9f16e69 100644 (file)
@@ -17,16 +17,30 @@ C_SOURCES := \
        core/ilo_dev.h \
        core/ilo_format.c \
        core/ilo_format.h \
-       core/ilo_fence.h \
        core/ilo_image.c \
        core/ilo_image.h \
-       core/ilo_state_3d.h \
-       core/ilo_state_3d_bottom.c \
-       core/ilo_state_3d_top.c \
+       core/ilo_state_cc.c \
+       core/ilo_state_cc.h \
+       core/ilo_state_compute.c \
+       core/ilo_state_compute.h \
+       core/ilo_state_raster.c \
+       core/ilo_state_raster.h \
        core/ilo_state_sampler.c \
        core/ilo_state_sampler.h \
+       core/ilo_state_sbe.c \
+       core/ilo_state_sbe.h \
+       core/ilo_state_shader.c \
+       core/ilo_state_shader_ps.c \
+       core/ilo_state_shader.h \
+       core/ilo_state_sol.c \
+       core/ilo_state_sol.h \
        core/ilo_state_surface.c \
+       core/ilo_state_surface_format.c \
        core/ilo_state_surface.h \
+       core/ilo_state_urb.c \
+       core/ilo_state_urb.h \
+       core/ilo_state_vf.c \
+       core/ilo_state_vf.h \
        core/ilo_state_viewport.c \
        core/ilo_state_viewport.h \
        core/ilo_state_zs.c \