From 448b88bb8025f01a497f929d9f077e1ccb6f9836 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 20 Sep 2001 22:18:47 +0000 Subject: [PATCH] add mangling for new entry points --- include/GL/glu_mangle.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/include/GL/glu_mangle.h b/include/GL/glu_mangle.h index a52b19617cb..6f92f221a5c 100644 --- a/include/GL/glu_mangle.h +++ b/include/GL/glu_mangle.h @@ -1,4 +1,4 @@ -/* $Id: glu_mangle.h,v 1.2 1999/09/10 02:08:19 gareth Exp $ */ +/* $Id: glu_mangle.h,v 1.3 2001/09/20 22:18:47 kschultz Exp $ */ /* * Mesa 3-D graphics library @@ -23,6 +23,9 @@ /* * $Log: glu_mangle.h,v $ + * Revision 1.3 2001/09/20 22:18:47 kschultz + * add mangling for new entry points + * * Revision 1.2 1999/09/10 02:08:19 gareth * Added GLU 1.3 tessellation (except winding rule code). * @@ -92,5 +95,11 @@ #define gluNextContour mgluNextContour #define gluEndPolygon mgluEndPolygon #define gluGetString mgluGetString +#define gluBuild1DMipmapLevels mgluBuild1DMipmapLevels +#define gluBuild2DMipmapLevels mgluBuild2DMipmapLevels +#define gluBuild3DMipmapLevels mgluBuild3DMipmapLevels +#define gluBuild3DMipmaps mgluBuild3DMipmaps +#define gluCheckExtension mgluCheckExtension +#define gluUnProject4 mgluUnProject4 #endif