summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2001-04-19added SecondaryColor functionsBrian Paul1-1/+18
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul1-2/+2
2001-03-22minor comment updateBrian Paul1-2/+2
2001-03-21sync'd with the latest changes in XFree86 (cygwin stuff)Brian Paul1-4/+4
2001-03-20* common_rules.make: Created to hold the conditional build rulepesco1-0/+1
2001-03-17SGI SI GLU 1.3 headerBrian Paul1-517/+306
2001-02-19added a bunch of extensions (Ray Tice)Brian Paul1-3/+126
2001-01-30Upgrade to (patched) version 7 of glext.hGareth Hughes1-15/+138
2001-01-29updates to the trace extensionBrian Paul1-17/+18
2001-01-24minor tweaksBrian Paul1-3/+2
2001-01-13Resync with new XFree version of this fileKeith Whitwell1-30/+51
2001-01-08Moved glcore.h to a location prefixed by 'GL/internal', for compatibilityKeith Whitwell2-0/+821
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes2-5/+23
2000-12-24* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.pesco1-10/+18
2000-12-21* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUTpesco1-1/+1
2000-12-14updated glXSet3DfxModeMESA() prototype typesBrian Paul1-2/+2
2000-12-11disabled GLX_SGIS_multisample (temporarily) since its tokens aren't definedBrian Paul1-0/+3
2000-12-11Added a new configure.in flag, --enable-glut-build.Jon Taylor1-1/+1
2000-12-09define GL_ARB_imagingBrian Paul1-2/+2
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul1-7/+7
2000-12-08standardized GLX extensions headerBrian Paul1-0/+527
2000-12-08added LL_MESA_sprite_point extensionBrian Paul1-1/+11
2000-11-25fixed GLX_PBUFFER valueBrian Paul1-3/+3
2000-11-17 Committing in .Jouk Jansen1-11/+848
2000-11-03update to GL_MESA_trace extension enumsBrian Paul1-1/+3
2000-11-03added GL_MESA_packed_depth_stencil extensionBrian Paul1-2/+17
2000-10-26fixed value for GLU_NURBS_MODEBrian Paul1-3/+3
2000-09-15Added GL_MESA_trace extension (Loki)Brian Paul1-1/+31
2000-09-08added OSMesaCreateContextExt()Brian Paul1-21/+37
2000-08-22 Committing in .Jouk Jansen3-3/+49
2000-07-31install glext.h tooBrian Paul1-1/+1
2000-07-13replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul1-2/+2
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul1-63/+53
2000-06-23added extension numbers for Mesa extensionsBrian Paul1-19/+22
2000-06-15removed non-windows exit() prototypeBrian Paul1-1/+1
2000-06-15 ----------------------------------------------------------------------Jouk Jansen1-0/+6
2000-06-13now using SGI's glext.h instead of original Mesa fileBrian Paul1-2937/+2374
2000-06-08clean-up in anticipation of glxext.hBrian Paul1-84/+134
2000-05-24always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul1-101/+105
2000-05-23changed glext.h includeBrian Paul1-2/+2
2000-05-22replaced __CYGWIN32__ with __CYGWIN__Brian Paul3-7/+7
2000-05-22include glext.h if GL_GLEXT_LEGACY not definedBrian Paul1-1/+9
2000-05-22moved a lot of Window-isms out of gl.h into other filesBrian Paul3-83/+69
2000-05-19changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...Brian Paul1-8/+8
2000-05-19protect PFNGLCOLORSUBTABLEEXTPROC from multi-definedBrian Paul1-0/+2
2000-05-18updated to version 10Brian Paul1-15/+193
2000-05-18added glPointParameterf[v]SGIS()Brian Paul1-1/+3
2000-05-04removed GL_HAS_GLEXTBrian Paul1-3/+2
2000-05-04added a bunch of missing token valuesBrian Paul1-71/+99
2000-05-02removed all DRI-ismsBrian Paul1-32/+4