From 343ccc8dd0d3578aeeb9b635f0933c9f323c7fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 21 Aug 2009 07:43:49 +0100 Subject: llvmpipe: Depth test to LLVM IR translation. --- src/gallium/drivers/llvmpipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/Makefile') 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 \ -- cgit v1.2.3