panfrost: Remove unused nir_lower_framebuffer pass
[mesa.git] / src / gallium / drivers / panfrost / Makefile.sources
1 C_SOURCES := \
2 nir/nir_lower_blend.c \
3 nir/nir_lower_blend.h \
4 \
5 pan_allocate.c \
6 pan_allocate.h \
7 pan_assemble.c \
8 pan_blend_cso.c \
9 pan_blend.h \
10 pan_blending.c \
11 pan_blending.h \
12 pan_blend_shaders.c \
13 pan_blend_shaders.h \
14 pan_blit.c \
15 pan_cmdstream.c \
16 pan_cmdstream.h \
17 pan_compute.c \
18 pan_context.c \
19 pan_context.h \
20 pan_fragment.c \
21 pan_job.c \
22 pan_job.h \
23 pan_mfbd.c \
24 pan_public.h \
25 pan_resource.c \
26 pan_resource.h \
27 pan_scoreboard.c \
28 pan_screen.c \
29 pan_screen.h \
30 pan_sfbd.c \