From 3c257e187bded9417d00471286d86ea4e483a98a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 28 Mar 2001 17:19:58 +0000 Subject: 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. --- src/mesa/Makefile.X11 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mesa/Makefile.X11') 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 \ -- cgit v1.2.3