summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
blob: 0e4e11553252758d4f693c34a56cc2993afe4d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r300

C_SOURCES = \
	r300_chipset.c \
	r300_clear.c \
	r300_context.c \
	r300_debug.c \
	r300_emit.c \
	r300_flush.c \
	r300_query.c \
	r300_screen.c \
	r300_state.c \
	r300_state_derived.c \
	r300_state_invariant.c \
	r300_state_shader.c \
	r300_surface.c \
	r300_swtcl_emit.c \
	r300_texture.c

include ../../Makefile.template