summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/Makefile
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-05 13:46:48 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-11-05 13:46:48 +0000
commite2b4d9b317104ff3c56a9bf108aa79084d49eba5 (patch)
treefdeefd50bfae06298ed943674b69aba088f464fd /src/mesa/drivers/dri/nouveau/Makefile
parent1ebe921228ef896804384002d8a3acd0885afc98 (diff)
Architect the DRI :
- make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r--src/mesa/drivers/dri/nouveau/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile
index ee7bc5d317..08240ad032 100644
--- a/src/mesa/drivers/dri/nouveau/Makefile
+++ b/src/mesa/drivers/dri/nouveau/Makefile
@@ -8,13 +8,15 @@ LIBNAME = nouveau_dri.so
MINIGLX_SOURCES =
DRIVER_SOURCES = \
+ nouveau_card.c \
nouveau_context.c \
nouveau_driver.c \
nouveau_fifo.c \
- nouveau_ioctl.c \
nouveau_lock.c \
+ nouveau_object.c \
+ nouveau_screen.c \
nouveau_span.c \
- nouveau_state.c \
+ nouveau_state.c \
nouveau_tex.c \
nouveau_swtcl.c \
nv10_swtcl.c