Module: Mesa Branch: lp-binning Commit: b06b3a492519de85a53604e8b72a201d284584ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b06b3a492519de85a53604e8b72a201d284584ea
Author: Brian Paul <[email protected]> Date: Mon Dec 14 11:49:23 2009 -0700 llvmpipe: update file list in Makefile --- src/gallium/drivers/llvmpipe/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 7c4cf32..345326e 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -6,8 +6,8 @@ LIBNAME = llvmpipe CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS C_SOURCES = \ - lp_bin.c \ - lp_bin_queue.c \ + lp_scene.c \ + lp_scene_queue.c \ lp_bld_alpha.c \ lp_bld_arit.c \ lp_bld_blend_aos.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
