summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/Makefile.sources
blob: 9b1fb97f0cbd48dbec769767227fa9c4aa513564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
C_SOURCES := \
	nvc0_context.c \
	nvc0_draw.c \
	nvc0_formats.c \
	nvc0_miptree.c \
	nvc0_resource.c \
	nvc0_screen.c \
	nvc0_state.c \
	nvc0_state_validate.c \
	nvc0_surface.c \
	nvc0_tex.c \
	nvc0_transfer.c \
	nvc0_vbo.c \
	nvc0_program.c \
	nvc0_shader_state.c \
	nvc0_pc.c \
	nvc0_pc_print.c \
	nvc0_pc_emit.c \
	nvc0_tgsi_to_nc.c \
	nvc0_pc_optimize.c \
	nvc0_pc_regalloc.c \
	nvc0_push.c \
	nvc0_push2.c \
	nvc0_query.c

CPP_SOURCES := \
	codegen/nv50_ir_emit_nvc0.cpp \
	codegen/nv50_ir_lowering_nvc0.cpp \
	codegen/nv50_ir_target_nvc0.cpp