mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
added swrast/s_aaline.c
This commit is contained in:
parent
0070d398d1
commit
b2ad0754b0
2 changed files with 6 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue