Module: Mesa Branch: master Commit: a9bf149e7f699d05bcf31dff54c4b4cf78018dd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9bf149e7f699d05bcf31dff54c4b4cf78018dd0
Author: Brian Paul <[email protected]> Date: Tue Jan 24 15:08:20 2012 -0700 dri/swrast: remove obsolete swrast_span.c file from source list --- src/mesa/drivers/dri/swrast/Makefile.sources | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources index 9de5cb8..7630dba 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.sources +++ b/src/mesa/drivers/dri/swrast/Makefile.sources @@ -1,6 +1,5 @@ SWRAST_DRIVER_FILES = \ - swrast.c \ - swrast_span.c + swrast.c SWRAST_COMMON_FILES = \ ../common/utils.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
