r300: add just in case warn I don't think this can actually happen
[mesa.git] / src / mesa / sources.mak
index d8d48476e811da8103a35cc3e2257edcc460d466..d1c109c2c5995bd2ef4476c5aa8a8ac22d04bb38 100644 (file)
@@ -58,6 +58,7 @@ MAIN_SOURCES = \
        main/renderbuffer.c \
        main/scissor.c \
        main/shaders.c \
+       main/shared.c \
        main/state.c \
        main/stencil.c \
        main/texcompress.c \
@@ -67,6 +68,7 @@ MAIN_SOURCES = \
        main/texenvprogram.c \
        main/texformat.c \
        main/texgen.c \
+       main/texgetimage.c \
        main/teximage.c \
        main/texobj.c \
        main/texparam.c \
@@ -74,6 +76,7 @@ MAIN_SOURCES = \
        main/texstate.c \
        main/texstore.c \
        main/varray.c \
+       main/viewport.c \
        main/vtxfmt.c
 
 GLAPI_SOURCES = \
@@ -103,7 +106,7 @@ SWRAST_SOURCES = \
        swrast/s_bitmap.c \
        swrast/s_blend.c \
        swrast/s_blit.c \
-       swrast/s_buffers.c \
+       swrast/s_clear.c \
        swrast/s_copypix.c \
        swrast/s_context.c \
        swrast/s_depth.c \
@@ -300,7 +303,8 @@ SPARC_API =                 \
        sparc/glapi_sparc.S
 
 COMMON_DRIVER_SOURCES =                        \
-       drivers/common/driverfuncs.c
+       drivers/common/driverfuncs.c    \
+       drivers/common/meta.c
 
 
 # Sources for building non-Gallium drivers
@@ -324,6 +328,7 @@ MESA_GALLIUM_SOURCES = \
        $(VBO_SOURCES)          \
        $(STATETRACKER_SOURCES) \
        $(SHADER_SOURCES)       \
+       ppc/common_ppc.c        \
        x86/common_x86.c        \
        $(SLANG_SOURCES)