mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
added pixeltex.c
This commit is contained in:
parent
2b2e925ea4
commit
b0362de32b
3 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -64,6 +64,7 @@ CORE_SOURCES = \
|
|||
pb.c \
|
||||
pipeline.c \
|
||||
pixel.c \
|
||||
pixeltex.c \
|
||||
points.c \
|
||||
polygon.c \
|
||||
quads.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.DJ,v 1.6 2000/03/24 20:56:50 brianp Exp $
|
||||
# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -81,6 +81,7 @@ CORE_SOURCES = \
|
|||
mmath.c \
|
||||
pb.c \
|
||||
pixel.c \
|
||||
pixeltex.c \
|
||||
pipeline.c \
|
||||
points.c \
|
||||
polygon.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -64,6 +64,7 @@ CORE_SOURCES = \
|
|||
pb.c \
|
||||
pipeline.c \
|
||||
pixel.c \
|
||||
pixeltex.c \
|
||||
points.c \
|
||||
polygon.c \
|
||||
quads.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue