Mesa (master): mesa: build swrast/s_depthstencil.c

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 13 13:50:30 UTC 2011


Module: Mesa
Branch: master
Commit: 23527eb357cc9b78d18ee8317b0186bbe9f1c509
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23527eb357cc9b78d18ee8317b0186bbe9f1c509

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Dec 10 11:44:43 2011 -0700

mesa: build swrast/s_depthstencil.c

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/SConscript  |    1 +
 src/mesa/sources.mak |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index da4d9b1..4093e3f 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -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',
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index a3ce855..44c5c75 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -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 \




More information about the mesa-commit mailing list