Home | History | Annotate | Download | only in r200
      1 R200_COMMON_FILES = \
      2 	radeon_buffer_objects.c \
      3 	radeon_common_context.c \
      4 	radeon_common.c \
      5 	radeon_dma.c \
      6 	radeon_debug.c \
      7 	radeon_fbo.c \
      8 	radeon_fog.c \
      9 	radeon_mipmap_tree.c \
     10 	radeon_pixel_read.c \
     11 	radeon_queryobj.c \
     12 	radeon_span.c \
     13 	radeon_texture.c \
     14 	radeon_tex_copy.c \
     15 	radeon_tile.c
     16 
     17 DRIVER_FILES = \
     18 	r200_context.c \
     19 	r200_ioctl.c \
     20 	r200_state.c \
     21 	r200_state_init.c \
     22 	r200_cmdbuf.c \
     23 	r200_tex.c \
     24 	r200_texstate.c \
     25 	r200_tcl.c \
     26 	r200_swtcl.c \
     27 	r200_maos.c \
     28 	r200_sanity.c \
     29 	r200_fragshader.c \
     30 	r200_vertprog.c \
     31 	r200_blit.c \
     32 	radeon_screen.c
     33 
     34 R200_C_FILES = $(R200_COMMON_FILES) $(DRIVER_FILES)
     35