From: Brian Paul Date: Sat, 10 Dec 2011 18:44:43 +0000 (-0700) Subject: mesa: build swrast/s_depthstencil.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23527eb357cc9b78d18ee8317b0186bbe9f1c509;p=mesa.git mesa: build swrast/s_depthstencil.c Reviewed-by: Eric Anholt --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index da4d9b1857a..4093e3fc61d 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 a3ce85535a6..44c5c75e417 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 \