llvmpipe: handle NULL color buffer pointers
[mesa.git] / src / gallium / drivers / llvmpipe / Makefile.sources
1 C_SOURCES := \
2 lp_bld_alpha.c \
3 lp_bld_blend.c \
4 lp_bld_blend_aos.c \
5 lp_bld_blend_logicop.c \
6 lp_bld_depth.c \
7 lp_bld_interp.c \
8 lp_clear.c \
9 lp_context.c \
10 lp_draw_arrays.c \
11 lp_fence.c \
12 lp_flush.c \
13 lp_jit.c \
14 lp_memory.c \
15 lp_perf.c \
16 lp_query.c \
17 lp_rast.c \
18 lp_rast_debug.c \
19 lp_rast_tri.c \
20 lp_scene.c \
21 lp_scene_queue.c \
22 lp_screen.c \
23 lp_setup.c \
24 lp_setup_line.c \
25 lp_setup_point.c \
26 lp_setup_tri.c \
27 lp_setup_vbuf.c \
28 lp_state_blend.c \
29 lp_state_clip.c \
30 lp_state_derived.c \
31 lp_state_fs.c \
32 lp_state_setup.c \
33 lp_state_gs.c \
34 lp_state_rasterizer.c \
35 lp_state_sampler.c \
36 lp_state_so.c \
37 lp_state_surface.c \
38 lp_state_vertex.c \
39 lp_state_vs.c \
40 lp_surface.c \
41 lp_tex_sample.c \
42 lp_texture.c