summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-28 17:19:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-28 17:19:58 +0000
commit3c257e187bded9417d00471286d86ea4e483a98a (patch)
treea143a2de409689910ae0db8818aae4b09fdb318b /src/mesa/Makefile.X11
parentfb8af6fc9780e6238c309487d265822fc7052a0d (diff)
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Folded glapinoop.c code into glapi.c. Added code to glapitemp.h to fill in dispatch tables. Updated Makefiles.
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X115
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index a2c0388f3b..fe2e4cece9 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.47 2001/03/19 02:25:35 keithw Exp $
+# $Id: Makefile.X11,v 1.48 2001/03/28 17:19:58 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
-# Copyright (C) 1995-2000 Brian Paul
+# Copyright (C) 1995-2001 Brian Paul
# Makefile for core library
@@ -74,7 +74,6 @@ CORE_SOURCES = \
fog.c \
get.c \
glapi.c \
- glapinoop.c \
glthread.c \
hash.c \
highpc.c \