Home | History | Annotate | Download | only in r200
      1 R200_COMMON_FILES = \
      2 	radeon_buffer_objects.c \
      3 	radeon_buffer_objects.h \
      4 	radeon_cmdbuf.h \
      5 	radeon_common.c \
      6 	radeon_common.h \
      7 	radeon_common_context.c \
      8 	radeon_common_context.h \
      9 	radeon_debug.c \
     10 	radeon_debug.h \
     11 	radeon_dma.c \
     12 	radeon_dma.h \
     13 	radeon_fbo.c \
     14 	radeon_fog.c \
     15 	radeon_fog.h \
     16 	radeon_mipmap_tree.c \
     17 	radeon_mipmap_tree.h \
     18 	radeon_pixel_read.c \
     19 	radeon_queryobj.c \
     20 	radeon_queryobj.h \
     21 	radeon_span.c \
     22 	radeon_span.h \
     23 	radeon_tex_copy.c \
     24 	radeon_texture.c \
     25 	radeon_texture.h \
     26 	radeon_tile.c \
     27 	radeon_tile.h
     28 
     29 DRIVER_FILES = \
     30 	r200_blit.c \
     31 	r200_blit.h \
     32 	r200_cmdbuf.c \
     33 	r200_context.c \
     34 	r200_context.h \
     35 	r200_fragshader.c \
     36 	r200_ioctl.c \
     37 	r200_ioctl.h \
     38 	r200_maos.c \
     39 	r200_maos.h \
     40 	r200_reg.h \
     41 	r200_sanity.c \
     42 	r200_sanity.h \
     43 	r200_state.c \
     44 	r200_state.h \
     45 	r200_state_init.c \
     46 	r200_swtcl.c \
     47 	r200_swtcl.h \
     48 	r200_tcl.c \
     49 	r200_tcl.h \
     50 	r200_tex.c \
     51 	r200_tex.h \
     52 	r200_texstate.c \
     53 	r200_vertprog.c \
     54 	r200_vertprog.h \
     55 	radeon_chipset.h \
     56 	radeon_screen.c \
     57 	radeon_screen.h \
     58 	server/radeon_reg.h
     59 
     60 R200_C_FILES = $(R200_COMMON_FILES) $(DRIVER_FILES)
     61