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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. C_SOURCES := \
  2. vc4_blit.c \
  3. vc4_bufmgr.c \
  4. vc4_bufmgr.h \
  5. vc4_cl.c \
  6. vc4_cl_dump.c \
  7. vc4_cl.h \
  8. vc4_context.c \
  9. vc4_context.h \
  10. vc4_draw.c \
  11. vc4_drm.h \
  12. vc4_emit.c \
  13. vc4_fence.c \
  14. vc4_formats.c \
  15. vc4_job.c \
  16. vc4_opt_algebraic.c \
  17. vc4_opt_constant_folding.c \
  18. vc4_opt_copy_propagation.c \
  19. vc4_opt_cse.c \
  20. vc4_opt_dead_code.c \
  21. vc4_opt_small_immediates.c \
  22. vc4_opt_vpm_writes.c \
  23. vc4_packet.h \
  24. vc4_program.c \
  25. vc4_qir.c \
  26. vc4_qir_lower_uniforms.c \
  27. vc4_qir.h \
  28. vc4_qpu.c \
  29. vc4_qpu_defines.h \
  30. vc4_qpu_disasm.c \
  31. vc4_qpu_emit.c \
  32. vc4_qpu.h \
  33. vc4_qpu_schedule.c \
  34. vc4_qpu_validate.c \
  35. vc4_query.c \
  36. vc4_register_allocate.c \
  37. vc4_reorder_uniforms.c \
  38. vc4_resource.c \
  39. vc4_resource.h \
  40. vc4_screen.c \
  41. vc4_screen.h \
  42. vc4_simulator.c \
  43. vc4_simulator_validate.h \
  44. vc4_state.c \
  45. vc4_tiling.c \
  46. vc4_tiling.h \
  47. $()