r300_fragprog: Use nqssa+dce and program_pair for emit
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile
index 02632c49cf2b1fd60210282a5e96f782bf99d45a..6ea4594f1e6d3ee2214978377751b3ad3eb4a19b 100644 (file)
@@ -8,15 +8,39 @@ LIBNAME = nouveau_dri.so
 MINIGLX_SOURCES = 
 
 DRIVER_SOURCES = \
+       nouveau_bufferobj.c      \
+       nouveau_card.c           \
        nouveau_context.c        \
        nouveau_driver.c         \
+       nouveau_fbo.c            \
        nouveau_fifo.c           \
-       nouveau_ioctl.c          \
        nouveau_lock.c           \
+       nouveau_mem.c            \
+       nouveau_object.c         \
+       nouveau_screen.c         \
        nouveau_span.c           \
+       nouveau_state.c          \
+       nouveau_state_cache.c    \
+       nouveau_shader.c         \
+       nouveau_shader_0.c       \
+       nouveau_shader_1.c       \
+       nouveau_shader_2.c       \
        nouveau_tex.c            \
-       nouveau_tris.c           \
-       nv40_tris.c
+       nouveau_swtcl.c          \
+       nouveau_sync.c           \
+       nouveau_query.c          \
+       nv04_state.c             \
+       nv04_swtcl.c             \
+       nv10_state.c             \
+       nv10_swtcl.c             \
+       nv20_state.c             \
+       nv20_vertprog.c          \
+       nv30_state.c             \
+       nv30_fragprog.c          \
+       nv30_vertprog.c          \
+       nv40_fragprog.c          \
+       nv40_vertprog.c          \
+       nv50_state.c
 
 C_SOURCES = \
        $(COMMON_SOURCES) \