Add the state caching mechanism. It seems to work, from what I can see.
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile
1 # src/mesa/drivers/dri/nouveau/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = nouveau_dri.so
7
8 MINIGLX_SOURCES =
9
10 DRIVER_SOURCES = \
11 nouveau_card.c \
12 nouveau_context.c \
13 nouveau_driver.c \
14 nouveau_fifo.c \
15 nouveau_lock.c \
16 nouveau_object.c \
17 nouveau_screen.c \
18 nouveau_span.c \
19 nouveau_state.c \
20 nouveau_tex.c \
21 nouveau_swtcl.c \
22 nv10_swtcl.c \
23 nv10_state.c \
24 nv20_state.c \
25 nv30_state.c \
26 nouveau_state_cache.c
27
28 C_SOURCES = \
29 $(COMMON_SOURCES) \
30 $(DRIVER_SOURCES)
31
32 ASM_SOURCES =
33
34
35 include ../Makefile.template
36
37 symlinks: