Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 500B

12345678910111213141516171819202122232425262728
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = i915
  4. C_SOURCES = \
  5. i915_blit.c \
  6. i915_buffer.c \
  7. i915_clear.c \
  8. i915_flush.c \
  9. i915_context.c \
  10. i915_debug.c \
  11. i915_debug_fp.c \
  12. i915_state.c \
  13. i915_state_immediate.c \
  14. i915_state_dynamic.c \
  15. i915_state_derived.c \
  16. i915_state_emit.c \
  17. i915_state_sampler.c \
  18. i915_screen.c \
  19. i915_prim_emit.c \
  20. i915_prim_vbuf.c \
  21. i915_texture.c \
  22. i915_fpc_emit.c \
  23. i915_fpc_translate.c \
  24. i915_surface.c
  25. include ../../Makefile.template