Home | History | Annotate | Download | only in vc5
      1 C_SOURCES := \
      2 	vc5_blit.c \
      3 	vc5_bufmgr.c \
      4 	vc5_bufmgr.h \
      5 	vc5_cl.c \
      6 	vc5_cl.h \
      7 	vc5_context.c \
      8 	vc5_context.h \
      9 	vc5_drm.h \
     10 	vc5_fence.c \
     11 	vc5_formats.c \
     12 	vc5_format_table.h \
     13 	vc5_job.c \
     14 	vc5_program.c \
     15 	vc5_query.c \
     16 	vc5_resource.c \
     17 	vc5_resource.h \
     18 	vc5_screen.c \
     19 	vc5_screen.h \
     20 	vc5_simulator.c \
     21 	vc5_simulator_wrapper.cpp \
     22 	vc5_simulator_wrapper.h \
     23 	vc5_tiling.c \
     24 	vc5_tiling.h \
     25 	vc5_uniforms.c \
     26 	$()
     27 
     28 VC5_PER_VERSION_SOURCES = \
     29 	v3dx_context.h \
     30 	v3dx_format_table.c \
     31 	v3dx_simulator.c \
     32 	vc5_draw.c \
     33 	vc5_emit.c \
     34 	vc5_rcl.c \
     35 	vc5_state.c \
     36 	$()
     37