llvmpipe: add missing fallthrough comments
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile.sources
1 C_SOURCES := \
2 lp_bld_alpha.c \
3 lp_bld_alpha.h \
4 lp_bld_blend_aos.c \
5 lp_bld_blend.c \
6 lp_bld_blend.h \
7 lp_bld_blend_logicop.c \
8 lp_bld_depth.c \
9 lp_bld_depth.h \
10 lp_bld_interp.c \
11 lp_bld_interp.h \
12 lp_clear.c \
13 lp_clear.h \
14 lp_context.c \
15 lp_context.h \
16 lp_cs_tpool.c \
17 lp_cs_tpool.h \
18 lp_debug.h \
19 lp_draw_arrays.c \
20 lp_fence.c \
21 lp_fence.h \
22 lp_flush.c \
23 lp_flush.h \
24 lp_jit.c \
25 lp_jit.h \
26 lp_limits.h \
27 lp_memory.c \
28 lp_memory.h \
29 lp_perf.c \
30 lp_perf.h \
31 lp_public.h \
32 lp_query.c \
33 lp_query.h \
34 lp_rast.c \
35 lp_rast_debug.c \
36 lp_rast.h \
37 lp_rast_priv.h \
38 lp_rast_tri.c \
39 lp_rast_tri_tmp.h \
40 lp_scene.c \
41 lp_scene.h \
42 lp_scene_queue.c \
43 lp_scene_queue.h \
44 lp_screen.c \
45 lp_screen.h \
46 lp_setup.c \
47 lp_setup_context.h \
48 lp_setup.h \
49 lp_setup_line.c \
50 lp_setup_point.c \
51 lp_setup_tri.c \
52 lp_setup_vbuf.c \
53 lp_state_blend.c \
54 lp_state_clip.c \
55 lp_state_derived.c \
56 lp_state_cs.c \
57 lp_state_cs.h \
58 lp_state_fs.c \
59 lp_state_fs.h \
60 lp_state_gs.c \
61 lp_state.h \
62 lp_state_rasterizer.c \
63 lp_state_sampler.c \
64 lp_state_setup.c \
65 lp_state_setup.h \
66 lp_state_so.c \
67 lp_state_surface.c \
68 lp_state_tess.c \
69 lp_state_vertex.c \
70 lp_state_vs.c \
71 lp_surface.c \
72 lp_surface.h \
73 lp_tex_sample.c \
74 lp_tex_sample.h \
75 lp_texture.c \
76 lp_texture.h