home *** CD-ROM | disk | FTP | other *** search
- /*
- * Mesa 3-D graphics library
- * Version: 2.3
- * Copyright (C) 1995-1997 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.
- */
-
-
- /*
- * $Log: gl.h,v $
- * Revision 1.13 1997/05/23 03:54:17 brianp
- * added MESA_MAJOR_VERSION and MESA_MINOR_VERSION definitions
- *
- * Revision 1.12 1997/03/25 02:50:00 brianp
- * added glEnable/DisableClientState()
- *
- * Revision 1.11 1997/03/11 00:27:43 brianp
- * changed GL_POLYGON_OFFSET_FACTOR value to 0x8038
- *
- * Revision 1.10 1997/02/17 17:16:00 brianp
- * now test for __QUICKDRAW__ like for __BEOS__ (Randy Frank)
- *
- * Revision 1.9 1997/02/10 20:05:25 brianp
- * replaced GL_TEXTURE_BINDING_xD_EXT with GL_TEXTURE_xD_BINDING_EXT
- *
- * Revision 1.8 1997/02/10 19:58:29 brianp
- * added GL_MESA_resize_buffers extension
- *
- * Revision 1.7 1997/02/03 20:25:23 brianp
- * added GL_EXT_texture3D
- *
- * Revision 1.6 1997/02/03 20:04:28 brianp
- * patches for BeOS
- *
- * Revision 1.5 1997/02/03 19:14:54 brianp
- * conditionally include gl_mangle.h
- *
- * Revision 1.4 1997/01/30 21:07:44 brianp
- * added some missing 1.1 GLenums, GL_TEXTURE_BINDING_[12]D were misnamed
- *
- * Revision 1.3 1997/01/08 20:56:16 brianp
- * added GL_EXT_texture_object extension functions and enums
- *
- * Revision 1.2 1996/10/11 03:45:23 brianp
- * put GL_EXT_polygon_offset back in
- * removed old texture _EXT symbols
- *
- * Revision 1.1 1996/09/13 01:26:41 brianp
- * Initial revision
- *
- */
-