Module: Mesa Branch: master Commit: c9adb4c9cb7a750134fea3ab096fe8c5bd2ac09f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9adb4c9cb7a750134fea3ab096fe8c5bd2ac09f
Author: José Fonseca <[email protected]> Date: Sat Aug 29 20:07:53 2009 +0100 llvmpipe: List lp_buffer.c in the Makefile. --- src/gallium/drivers/llvmpipe/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index db662c3..6e63a0c 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -22,6 +22,7 @@ C_SOURCES = \ lp_bld_struct.c \ lp_bld_tgsi_soa.c \ lp_bld_type.c \ + lp_buffer.c \ lp_clear.c \ lp_context.c \ lp_draw_arrays.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
