summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* removed carriage return charsBrian Paul2001-09-151-3096/+3096
* Win32 updates (Karl Schultz)Brian Paul2001-09-143-3236/+3236
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-1/+13
* WindML updates (Stephane Raimbault)Brian Paul2001-09-101-206/+39
* added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typoBrian Paul2001-09-011-2/+3
* added OSMESA_MAX_WIDTH/HEIGHT queriesBrian Paul2001-08-281-3/+6
* added OpenGL 1.3 tokens and prototypesBrian Paul2001-08-281-76/+268
* WindML driver (Stephane Raimbault)Brian Paul2001-08-202-0/+367
* added four missing GLX 1.3 tokensBrian Paul2001-07-271-1/+5
* support for RGB_565 pixels (Lars Andersson), untestedBrian Paul2001-06-271-1/+2
* added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul2001-06-251-1/+3
* bumped version numbersBrian Paul2001-06-203-10/+10
* define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and...Brian Paul2001-06-141-2/+2
* s/void */GLvoid */Brian Paul2001-05-291-3/+3
* added void to __GLXextFuncPtrBrian Paul2001-05-251-1/+2
* added missing GLX_SGIS_multisample tokensBrian Paul2001-05-251-3/+6
* change GLXContext and GLXFBConfig typedefsBrian Paul2001-05-241-3/+3
* Initial new Win32 build support. More to come.Gareth Hughes2001-05-071-123/+125
* sync with XFree86/DRI glcore.h, now identicalBrian Paul2001-04-291-9/+15
* reordered a few blend enumsBrian Paul2001-04-241-3/+3
* added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_borde...Brian Paul2001-04-191-2/+44
* added SecondaryColor functionsBrian Paul2001-04-191-1/+18
* change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul2001-03-261-2/+2
* minor comment updateBrian Paul2001-03-221-2/+2
* sync'd with the latest changes in XFree86 (cygwin stuff)Brian Paul2001-03-211-4/+4
* * common_rules.make: Created to hold the conditional build rulepesco2001-03-201-0/+1
* SGI SI GLU 1.3 headerBrian Paul2001-03-171-517/+306
* added a bunch of extensions (Ray Tice)Brian Paul2001-02-191-3/+126
* Upgrade to (patched) version 7 of glext.hGareth Hughes2001-01-301-15/+138
* updates to the trace extensionBrian Paul2001-01-291-17/+18
* minor tweaksBrian Paul2001-01-241-3/+2
* Resync with new XFree version of this fileKeith Whitwell2001-01-131-30/+51
* Moved glcore.h to a location prefixed by 'GL/internal', for compatibilityKeith Whitwell2001-01-082-0/+821
* Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2001-01-062-5/+23
* * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco2000-12-241-10/+18
* * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUTpesco2000-12-211-1/+1
* updated glXSet3DfxModeMESA() prototype typesBrian Paul2000-12-141-2/+2
* disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul2000-12-111-0/+3
* Added a new configure.in flag, --enable-glut-build.Jon Taylor2000-12-111-1/+1
* define GL_ARB_imagingBrian Paul2000-12-091-2/+2
* include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul2000-12-081-7/+7
* standardized GLX extensions headerBrian Paul2000-12-081-0/+527
* added LL_MESA_sprite_point extensionBrian Paul2000-12-081-1/+11
* fixed GLX_PBUFFER valueBrian Paul2000-11-251-3/+3
* Committing in .Jouk Jansen2000-11-171-11/+848
* update to GL_MESA_trace extension enumsBrian Paul2000-11-031-1/+3
* added GL_MESA_packed_depth_stencil extensionBrian Paul2000-11-031-2/+17
* fixed value for GLU_NURBS_MODEBrian Paul2000-10-261-3/+3
* Added GL_MESA_trace extension (Loki)Brian Paul2000-09-151-1/+31
* added OSMesaCreateContextExt()Brian Paul2000-09-081-21/+37