diff options
author | Brian Paul <[email protected]> | 2001-03-28 17:19:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-28 17:19:58 +0000 |
commit | 3c257e187bded9417d00471286d86ea4e483a98a (patch) | |
tree | a143a2de409689910ae0db8818aae4b09fdb318b /src/mesa/main/Makefile.DJ | |
parent | fb8af6fc9780e6238c309487d265822fc7052a0d (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/main/Makefile.DJ')
-rw-r--r-- | src/mesa/main/Makefile.DJ | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 89cbd82eca2..4eaafa60794 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,29 +1,12 @@ -# $Id: Makefile.DJ,v 1.9 2000/09/26 21:22:20 brianp Exp $ +# $Id: Makefile.DJ,v 1.10 2001/03/28 17:19:58 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 -# Copyright (C) 1995-1998 Brian Paul -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - +# Copyright (C) 1995-2001 Brian Paul # Makefile for core library for MS-DOS using djgpp - - ##### MACROS ##### VPATH = RCS @@ -67,7 +50,6 @@ CORE_SOURCES = \ fog.c \ get.c \ glapi.c \ - glapinoop.c \ glthread.c \ hash.c \ hint.c \ |