Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = llvmpipe
  4. C_SOURCES = \
  5. lp_bld_arit.c \
  6. lp_bld_pack.c \
  7. lp_bld_unpack.c \
  8. lp_bld_load.c \
  9. lp_bld_store.c \
  10. lp_bld_loop.c \
  11. lp_bld_logicop.c \
  12. lp_bld_blend.c \
  13. lp_clear.c \
  14. lp_flush.c \
  15. lp_query.c \
  16. lp_context.c \
  17. lp_draw_arrays.c \
  18. lp_prim_setup.c \
  19. lp_prim_vbuf.c \
  20. lp_quad_pipe.c \
  21. lp_quad_stipple.c \
  22. lp_quad_depth_test.c \
  23. lp_quad_fs.c \
  24. lp_quad_blend.c \
  25. lp_screen.c \
  26. lp_setup.c \
  27. lp_state_blend.c \
  28. lp_state_clip.c \
  29. lp_state_derived.c \
  30. lp_state_fs.c \
  31. lp_state_sampler.c \
  32. lp_state_rasterizer.c \
  33. lp_state_surface.c \
  34. lp_state_vertex.c \
  35. lp_texture.c \
  36. lp_tex_sample.c \
  37. lp_tile_cache.c \
  38. lp_surface.c
  39. include ../../Makefile.template