mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
added texutil.c source
This commit is contained in:
parent
7553e3027c
commit
d03dc25477
3 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.17 2000/02/21 23:24:02 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -80,6 +80,7 @@ CORE_SOURCES = \
|
|||
texobj.c \
|
||||
texstate.c \
|
||||
texture.c \
|
||||
texutil.c \
|
||||
translate.c \
|
||||
triangle.c \
|
||||
varray.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.DJ,v 1.5 2000/02/21 23:24:02 brianp Exp $
|
||||
# $Id: Makefile.DJ,v 1.6 2000/03/24 20:56:50 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -98,6 +98,7 @@ CORE_SOURCES = \
|
|||
texobj.c \
|
||||
texstate.c \
|
||||
texture.c \
|
||||
texutil.c \
|
||||
translate.c \
|
||||
triangle.c \
|
||||
varray.c \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.17 2000/02/21 23:24:02 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
|
|
@ -80,6 +80,7 @@ CORE_SOURCES = \
|
|||
texobj.c \
|
||||
texstate.c \
|
||||
texture.c \
|
||||
texutil.c \
|
||||
translate.c \
|
||||
triangle.c \
|
||||
varray.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue