Home | History | Annotate | Download | only in nvc0
      1 C_SOURCES := \
      2 	nvc0_context.c \
      3 	nvc0_formats.c \
      4 	nvc0_miptree.c \
      5 	nvc0_resource.c \
      6 	nvc0_screen.c \
      7 	nvc0_state.c \
      8 	nvc0_state_validate.c \
      9 	nvc0_surface.c \
     10 	nvc0_tex.c \
     11 	nvc0_transfer.c \
     12 	nvc0_vbo.c \
     13 	nvc0_vbo_translate.c \
     14 	nvc0_program.c \
     15 	nvc0_shader_state.c \
     16 	nvc0_query.c
     17 
     18 CPP_SOURCES := \
     19 	codegen/nv50_ir_emit_nvc0.cpp \
     20 	codegen/nv50_ir_lowering_nvc0.cpp \
     21 	codegen/nv50_ir_target_nvc0.cpp
     22