aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/Makefile.sources
blob: 95f796fc0659c4807720ea7b13fab7c8b72b75dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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_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