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.

1234567891011121314151617181920212223242526272829
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = nv20
  4. DRIVER_SOURCES = \
  5. nv20_clear.c \
  6. nv20_context.c \
  7. nv20_fragprog.c \
  8. nv20_fragtex.c \
  9. nv20_miptree.c \
  10. nv20_prim_vbuf.c \
  11. nv20_screen.c \
  12. nv20_state.c \
  13. nv20_state_emit.c \
  14. nv20_surface.c \
  15. nv20_vbo.c
  16. # nv20_vertprog.c
  17. C_SOURCES = \
  18. $(COMMON_SOURCES) \
  19. $(DRIVER_SOURCES)
  20. ASM_SOURCES =
  21. include ../../Makefile.template
  22. symlinks: