Home | History | Annotate | Download | only in llvmpipe
      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_debug.h \
     17 	lp_draw_arrays.c \
     18 	lp_fence.c \
     19 	lp_fence.h \
     20 	lp_flush.c \
     21 	lp_flush.h \
     22 	lp_jit.c \
     23 	lp_jit.h \
     24 	lp_limits.h \
     25 	lp_memory.c \
     26 	lp_memory.h \
     27 	lp_perf.c \
     28 	lp_perf.h \
     29 	lp_public.h \
     30 	lp_query.c \
     31 	lp_query.h \
     32 	lp_rast.c \
     33 	lp_rast_debug.c \
     34 	lp_rast.h \
     35 	lp_rast_priv.h \
     36 	lp_rast_tri.c \
     37 	lp_rast_tri_tmp.h \
     38 	lp_scene.c \
     39 	lp_scene.h \
     40 	lp_scene_queue.c \
     41 	lp_scene_queue.h \
     42 	lp_screen.c \
     43 	lp_screen.h \
     44 	lp_setup.c \
     45 	lp_setup_context.h \
     46 	lp_setup.h \
     47 	lp_setup_line.c \
     48 	lp_setup_point.c \
     49 	lp_setup_tri.c \
     50 	lp_setup_vbuf.c \
     51 	lp_state_blend.c \
     52 	lp_state_clip.c \
     53 	lp_state_derived.c \
     54 	lp_state_fs.c \
     55 	lp_state_fs.h \
     56 	lp_state_gs.c \
     57 	lp_state.h \
     58 	lp_state_rasterizer.c \
     59 	lp_state_sampler.c \
     60 	lp_state_setup.c \
     61 	lp_state_setup.h \
     62 	lp_state_so.c \
     63 	lp_state_surface.c \
     64 	lp_state_vertex.c \
     65 	lp_state_vs.c \
     66 	lp_surface.c \
     67 	lp_surface.h \
     68 	lp_tex_sample.c \
     69 	lp_tex_sample.h \
     70 	lp_texture.c \
     71 	lp_texture.h
     72