diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-11 01:22:25 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-11 01:22:25 +0000 |
commit | fbd8f212c3866ec98c1d8c9d3db3ddb7e7c479a5 (patch) | |
tree | fb9ea4452e1f65c6e3c11ee4c4f17c023f8262e5 /src/mesa/main/Makefile.X11 | |
parent | 06ac59281bdad6679fb1941e31e3c4df1c12cede (diff) |
first big check-in of new Mesa 3.3 code
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index da5dc4549e..d026075c8e 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.6 1999/10/08 09:27:09 keithw Exp $ +# $Id: Makefile.X11,v 1.7 1999/11/11 01:22:28 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.1 +# Version: 3.3 # Copyright (C) 1995-1999 Brian Paul # Makefile for core library @@ -18,13 +18,13 @@ VPATH = RCS INCDIR = ../include LIBDIR = ../lib + CORE_SOURCES = \ + glapi.c \ + glapinoop.c \ accum.c \ alpha.c \ alphabuf.c \ - api1.c \ - api2.c \ - apiext.c \ attrib.c \ bbox.c \ bitmap.c \ @@ -37,6 +37,7 @@ CORE_SOURCES = \ cva.c \ debug_xform.c \ depth.c \ + dispatch.c \ dlist.c \ drawpix.c \ enable.c \ @@ -49,18 +50,19 @@ CORE_SOURCES = \ glmisc.c \ hash.c \ image.c \ + imaging.c \ light.c \ lines.c \ logic.c \ masking.c \ matrix.c \ + mem.c \ mmath.c \ mthreads.c \ pb.c \ pixel.c \ pipeline.c \ points.c \ - pointers.c \ polygon.c \ quads.c \ rastpos.c \ |