reorganized DMesa to fxMesa wrapper
[mesa.git] / src / mesa / sources
index c05bffedbd7559b57c117a28eb0ad2b7a076d5bb..11f168cc888873ea754ef529cbe1a723a035138e 100644 (file)
@@ -110,8 +110,7 @@ SWRAST_SOURCES = \
 
 SWRAST_SETUP_SOURCES = \
        swrast_setup/ss_context.c \
-       swrast_setup/ss_triangle.c \
-       swrast_setup/ss_vb.c
+       swrast_setup/ss_triangle.c 
 
 TNL_SOURCES = \
        tnl/t_array_api.c \
@@ -130,6 +129,7 @@ TNL_SOURCES = \
        tnl/t_vb_texgen.c \
        tnl/t_vb_texmat.c \
        tnl/t_vb_vertex.c \
+       tnl/t_vertex.c \
        tnl/t_vtx_api.c \
        tnl/t_vtx_eval.c \
        tnl/t_vtx_exec.c 
@@ -166,6 +166,9 @@ SPARC_SOURCES =                     \
        sparc/norm.S            \
        sparc/xform.S
 
+COMMON_DRIVER_SOURCES =                \
+       drivers/common/driverfuncs.c
+
 X11_DRIVER_SOURCES =           \
        drivers/x11/glxapi.c    \
        drivers/x11/fakeglx.c   \