home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Frameworks / GLFramework-0.2-PI / GLFramework-2.3-PI.README < prev   
Encoding:
Text File  |  1998-04-25  |  2.1 KB  |  65 lines

  1. /*
  2.  * Mesa 3-D graphics library
  3.  * Version:  2.3
  4.  * Copyright (C) 1995-1997  Brian Paul
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Library General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Library General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Library General Public
  17.  * License along with this library; if not, write to the Free
  18.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  */
  20.  
  21.  
  22. /*
  23.  * $Log: gl.h,v $
  24.  * Revision 1.13  1997/05/23 03:54:17  brianp
  25.  * added MESA_MAJOR_VERSION and MESA_MINOR_VERSION definitions
  26.  *
  27.  * Revision 1.12  1997/03/25 02:50:00  brianp
  28.  * added glEnable/DisableClientState()
  29.  *
  30.  * Revision 1.11  1997/03/11 00:27:43  brianp
  31.  * changed GL_POLYGON_OFFSET_FACTOR value to 0x8038
  32.  *
  33.  * Revision 1.10  1997/02/17 17:16:00  brianp
  34.  * now test for __QUICKDRAW__ like for __BEOS__ (Randy Frank)
  35.  *
  36.  * Revision 1.9  1997/02/10 20:05:25  brianp
  37.  * replaced GL_TEXTURE_BINDING_xD_EXT with GL_TEXTURE_xD_BINDING_EXT
  38.  *
  39.  * Revision 1.8  1997/02/10 19:58:29  brianp
  40.  * added GL_MESA_resize_buffers extension
  41.  *
  42.  * Revision 1.7  1997/02/03 20:25:23  brianp
  43.  * added GL_EXT_texture3D
  44.  *
  45.  * Revision 1.6  1997/02/03 20:04:28  brianp
  46.  * patches for BeOS
  47.  *
  48.  * Revision 1.5  1997/02/03 19:14:54  brianp
  49.  * conditionally include gl_mangle.h
  50.  *
  51.  * Revision 1.4  1997/01/30 21:07:44  brianp
  52.  * added some missing 1.1 GLenums, GL_TEXTURE_BINDING_[12]D were misnamed
  53.  *
  54.  * Revision 1.3  1997/01/08 20:56:16  brianp
  55.  * added GL_EXT_texture_object extension functions and enums
  56.  *
  57.  * Revision 1.2  1996/10/11 03:45:23  brianp
  58.  * put GL_EXT_polygon_offset back in
  59.  * removed old texture _EXT symbols
  60.  *
  61.  * Revision 1.1  1996/09/13 01:26:41  brianp
  62.  * Initial revision
  63.  *
  64.  */
  65.