summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committing in .Jouk Jansen2000-08-223-3/+49
* install glext.h tooBrian Paul2000-07-311-1/+1
* replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul2000-07-131-2/+2
* reverted to old tessellator (GLU 1.1)Brian Paul2000-07-111-63/+53
* added extension numbers for Mesa extensionsBrian Paul2000-06-231-19/+22
* removed non-windows exit() prototypeBrian Paul2000-06-151-1/+1
* ----------------------------------------------------------------------Jouk Jansen2000-06-151-0/+6
* now using SGI's glext.h instead of original Mesa fileBrian Paul2000-06-131-2937/+2374
* clean-up in anticipation of glxext.hBrian Paul2000-06-081-84/+134
* always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul2000-05-241-101/+105
* changed glext.h includeBrian Paul2000-05-231-2/+2
* replaced __CYGWIN32__ with __CYGWIN__Brian Paul2000-05-223-7/+7
* include glext.h if GL_GLEXT_LEGACY not definedBrian Paul2000-05-221-1/+9
* moved a lot of Window-isms out of gl.h into other filesBrian Paul2000-05-223-83/+69
* changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul2000-05-191-8/+8
* protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul2000-05-191-0/+2
* updated to version 10Brian Paul2000-05-181-15/+193