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.sources 310B

12345678910111213141516
  1. C_SOURCES := \
  2. r600_buffer_common.c \
  3. radeon_elf_util.c \
  4. r600_pipe_common.c \
  5. r600_query.c \
  6. r600_streamout.c \
  7. r600_texture.c \
  8. radeon_video.c \
  9. radeon_uvd.c \
  10. radeon_vce.c \
  11. radeon_vce_40_2_2.c
  12. LLVM_C_FILES := \
  13. radeon_setup_tgsi_llvm.c \
  14. radeon_llvm_emit.c \
  15. radeon_llvm_util.c