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.

123456789101112131415161718192021222324
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = nv50
  4. C_SOURCES = \
  5. nv50_buffer.c \
  6. nv50_clear.c \
  7. nv50_context.c \
  8. nv50_draw.c \
  9. nv50_miptree.c \
  10. nv50_query.c \
  11. nv50_program.c \
  12. nv50_resource.c \
  13. nv50_screen.c \
  14. nv50_state.c \
  15. nv50_state_validate.c \
  16. nv50_surface.c \
  17. nv50_tex.c \
  18. nv50_transfer.c \
  19. nv50_vbo.c \
  20. nv50_push.c
  21. include ../../Makefile.template