summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-16 04:06:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-16 04:06:32 +0000
commit909e8a7abbce61de467e059d9be57a1f32a3d344 (patch)
treeb82072f0b892bcc45819547468886b388d29f913 /src/mesa/main/descrip.mms
parent847160466cb7d1af55f294578c328b01fb3fd3d3 (diff)
added depthstencil.c
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 2f3552e99a..f4221cef90 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -32,6 +32,7 @@ SOURCES =accum.c \
convolve.c \
debug.c \
depth.c \
+ depthstencil.c \
dispatch.c \
dlist.c \
drawpix.c \
@@ -91,6 +92,7 @@ context.obj,\
convolve.obj,\
debug.obj,\
depth.obj,\
+depthstencil.obj,\
dispatch.obj,\
dlist.obj,\
drawpix.obj,\
@@ -164,6 +166,7 @@ context.obj : context.c
convolve.obj : convolve.c
debug.obj : debug.c
depth.obj : depth.c
+depthstencil.obj : depthstencil.c
dispatch.obj : dispatch.c
dlist.obj : dlist.c
drawpix.obj : drawpix.c