summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-21 07:43:49 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:38 +0100
commit343ccc8dd0d3578aeeb9b635f0933c9f323c7fda (patch)
tree0bb2c0c01068e58b9b058789195882ec93f5c465 /src/gallium/drivers/llvmpipe/Makefile
parentc0472f9c34da78bccecb2c790b54b9dd9712a0b9 (diff)
llvmpipe: Depth test to LLVM IR translation.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r--src/gallium/drivers/llvmpipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile
index 96e0380497..ed24a1c7b9 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -11,6 +11,7 @@ C_SOURCES = \
lp_bld_const.c \
lp_bld_conv.c \
lp_bld_debug.c \
+ lp_bld_depth.c \
lp_bld_intr.c \
lp_bld_pack.c \
lp_bld_unpack.c \
@@ -31,7 +32,6 @@ C_SOURCES = \
lp_setup.c \
lp_quad_blend.c \
lp_quad_pipe.c \
- lp_quad_depth_test.c \
lp_quad_fs.c \
lp_quad_stipple.c \
lp_query.c \