Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / descrip.mms
index edb338dd47d82d8588b5545c572d0bc85507505a..f4221cef903203de796a47aa92cf7f5118e3f7bf 100644 (file)
@@ -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
@@ -186,7 +189,7 @@ imports.obj : imports.c vsnprintf.c
 light.obj : light.c
 lines.obj : lines.c
 matrix.obj : matrix.c
-mm.obj: mm.c
+mm.obj : mm.c
 occlude.obj : occlude.c
 pixel.obj : pixel.c
 points.obj : points.c