summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
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/main/context.c
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/main/context.c')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index c9f180ec0f..6a97bb828d 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.130 2001/03/24 06:01:27 gareth Exp $ */
+/* $Id: context.c,v 1.131 2001/03/28 17:20:20 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -39,7 +39,6 @@
#include "extensions.h"
#include "fog.h"
#include "get.h"
-#include "glapinoop.h"
#include "glthread.h"
#include "hash.h"
#include "imports.h"