Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / drivers / dri / nouveau_winsys / Makefile
index 292ec5e0a437830780b5b7bd0da2465bbe63e448..98ec5a79f5de202e325d08f14a49f14e943572eb 100644 (file)
@@ -8,6 +8,7 @@ MINIGLX_SOURCES =
 
 PIPE_DRIVERS = \
        $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a \
+       $(TOP)/src/mesa/pipe/nv30/libnv30.a \
        $(TOP)/src/mesa/pipe/nv40/libnv40.a \
        $(TOP)/src/mesa/pipe/nv50/libnv50.a
 
@@ -17,19 +18,22 @@ DRIVER_SOURCES = \
        nouveau_context.c \
        nouveau_device.c \
        nouveau_dma.c \
+       nouveau_fence.c \
        nouveau_grobj.c \
        nouveau_lock.c \
        nouveau_notifier.c \
+       nouveau_pushbuf.c \
+       nouveau_resource.c \
        nouveau_screen.c \
        nouveau_swapbuffers.c \
        nouveau_winsys.c \
        nouveau_winsys_pipe.c \
        nouveau_winsys_softpipe.c \
-       nv04_region.c \
-       nv50_region.c
+       nv04_surface.c \
+       nv50_surface.c
 
 C_SOURCES = \
-       $(COMMON_SOURCES) \
+       $(COMMON_GALLIUM_SOURCES) \
        $(DRIVER_SOURCES)
 
 ASM_SOURCES =