diff options
author | Brian Paul <[email protected]> | 2011-12-10 11:44:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-13 06:45:37 -0700 |
commit | 23527eb357cc9b78d18ee8317b0186bbe9f1c509 (patch) | |
tree | 676e836099977ea386270e2279910f7d3c6d04ce /src/mesa/sources.mak | |
parent | ba35094068f0e0cef690be3b461856d390d6defb (diff) |
mesa: build swrast/s_depthstencil.c
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |