mesa: build swrast/s_depthstencil.c
authorBrian Paul <brianp@vmware.com>
Sat, 10 Dec 2011 18:44:43 +0000 (11:44 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 13 Dec 2011 13:45:37 +0000 (06:45 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/SConscript
src/mesa/sources.mak

index da4d9b1857adce102e182e05e822387642de0b37..4093e3fc61dc5f55959cd5da5f2770b911edb069 100644 (file)
@@ -162,6 +162,7 @@ swrast_sources = [
     'swrast/s_copypix.c',
     'swrast/s_context.c',
     'swrast/s_depth.c',
+    'swrast/s_depthstencil.c',
     'swrast/s_drawpix.c',
     'swrast/s_feedback.c',
     'swrast/s_fog.c',
index a3ce85535a67e104f55d66289d7cb8cbf59e6437..44c5c75e4178925e549ca5860bf12361084ded87 100644 (file)
@@ -134,6 +134,7 @@ SWRAST_SOURCES = \
        swrast/s_copypix.c \
        swrast/s_context.c \
        swrast/s_depth.c \
+       swrast/s_depthstencil.c \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \