jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame^] | 1 | /* $Id: glx_mangle.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ |
| 2 | |
| 3 | /* |
| 4 | * Mesa 3-D graphics library |
| 5 | * Version: 3.0 |
| 6 | * Copyright (C) 1995-1998 Brian Paul |
| 7 | * |
| 8 | * This library is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU Library General Public |
| 10 | * License as published by the Free Software Foundation; either |
| 11 | * version 2 of the License, or (at your option) any later version. |
| 12 | * |
| 13 | * This library is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | * Library General Public License for more details. |
| 17 | * |
| 18 | * You should have received a copy of the GNU Library General Public |
| 19 | * License along with this library; if not, write to the Free |
| 20 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 21 | */ |
| 22 | |
| 23 | |
| 24 | /* |
| 25 | * $Log: glx_mangle.h,v $ |
| 26 | * Revision 1.1 1999/08/19 00:55:40 jtg |
| 27 | * Initial revision |
| 28 | * |
| 29 | * Revision 3.3 1999/06/21 22:01:00 brianp |
| 30 | * added #ifndef GLX_MANGLE_H stuff, video sync extension functions |
| 31 | * |
| 32 | * Revision 3.2 1998/03/26 02:44:53 brianp |
| 33 | * removed ^M characters |
| 34 | * |
| 35 | * Revision 3.1 1998/03/17 02:41:19 brianp |
| 36 | * updated by Randy Frank |
| 37 | * |
| 38 | * Revision 3.0 1998/02/20 05:04:45 brianp |
| 39 | * initial rev |
| 40 | * |
| 41 | */ |
| 42 | |
| 43 | #ifndef GLX_MANGLE_H |
| 44 | #define GLX_MANGLE_H |
| 45 | |
| 46 | #define glXChooseVisual mglXChooseVisual |
| 47 | #define glXCreateContext mglXCreateContext |
| 48 | #define glXDestroyContext mglXDestroyContext |
| 49 | #define glXMakeCurrent mglXMakeCurrent |
| 50 | #define glXCopyContext mglXCopyContext |
| 51 | #define glXSwapBuffers mglXSwapBuffers |
| 52 | #define glXCreateGLXPixmap mglXCreateGLXPixmap |
| 53 | #define glXDestroyGLXPixmap mglXDestroyGLXPixmap |
| 54 | #define glXQueryExtension mglXQueryExtension |
| 55 | #define glXQueryVersion mglXQueryVersion |
| 56 | #define glXIsDirect mglXIsDirect |
| 57 | #define glXGetConfig mglXGetConfig |
| 58 | #define glXGetCurrentContext mglXGetCurrentContext |
| 59 | #define glXGetCurrentDrawable mglXGetCurrentDrawable |
| 60 | #define glXWaitGL mglXWaitGL |
| 61 | #define glXWaitX mglXWaitX |
| 62 | #define glXUseXFont mglXUseXFont |
| 63 | #define glXQueryExtensionsString mglXQueryExtensionsString |
| 64 | #define glXQueryServerString mglXQueryServerString |
| 65 | #define glXGetClientString mglXGetClientString |
| 66 | #define glXCreateGLXPixmapMESA mglXCreateGLXPixmapMESA |
| 67 | #define glXReleaseBuffersMESA mglXReleaseBuffersMESA |
| 68 | #define glXCopySubBufferMESA mglXCopySubBufferMESA |
| 69 | #define glXGetVideoSyncSGI mglXGetVideoSyncSGI |
| 70 | #define glXWaitVideoSyncSGI mglXWaitVideoSyncSGI |
| 71 | |
| 72 | #endif |