added swrast/s_aaline.c

This commit is contained in:
Brian Paul 2000-11-05 23:19:23 +00:00
parent 0070d398d1
commit b2ad0754b0
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.28 2000/11/05 18:40:57 keithw Exp $
# $Id: Makefile.X11,v 1.29 2000/11/05 23:19:23 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@ -19,6 +19,7 @@ INCDIR = ../include
LIBDIR = ../lib
CORE_SOURCES = \
accum.c \
alpha.c \
@ -97,6 +98,7 @@ CORE_SOURCES = \
X86/common_x86.c \
X86/3dnow.c \
X86/katmai.c \
swrast/s_aaline.c \
swrast/s_aatriangle.c \
swrast/s_accum.c \
swrast/s_alpha.c \

View file

@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.28 2000/11/05 18:40:57 keithw Exp $
# $Id: Makefile.X11,v 1.29 2000/11/05 23:19:23 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@ -19,6 +19,7 @@ INCDIR = ../include
LIBDIR = ../lib
CORE_SOURCES = \
accum.c \
alpha.c \
@ -97,6 +98,7 @@ CORE_SOURCES = \
X86/common_x86.c \
X86/3dnow.c \
X86/katmai.c \
swrast/s_aaline.c \
swrast/s_aatriangle.c \
swrast/s_accum.c \
swrast/s_alpha.c \