summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2001-10-17updated extensionsBrian Paul2-98/+1440
2001-09-24removed duplicate GLX_AUX_BUFFERS_BIT definitionBrian Paul1-2/+1
2001-09-23bump versions to 4.0Brian Paul7-26/+26
2001-09-21Add GLAPIENTRY to typedef for callback functions (used by tessellator).Karl Schultz1-1/+1
2001-09-21added __glCoreCreateContext and __glCoreNopDispatchBrian Paul1-1/+7
2001-09-20add the same conditional mangling stuff that gl.h has.Karl Schultz1-0/+4
2001-09-20add mangling for new entry pointsKarl Schultz1-1/+10
2001-09-20Change UnProject4 prototype to use nearVal and farVal instead of nearKarl Schultz1-1/+1
2001-09-18remove carriage return charsKarl Schultz1-81/+81
2001-09-15removed carriage return charsBrian Paul1-3096/+3096
2001-09-14Win32 updates (Karl Schultz)Brian Paul3-3236/+3236
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul1-1/+13
2001-09-10WindML updates (Stephane Raimbault)Brian Paul1-206/+39
2001-09-01added GLX_RGBA_TYPE, fixed GLX_LARGEST_PBUFFER typoBrian Paul1-2/+3
2001-08-28added OSMESA_MAX_WIDTH/HEIGHT queriesBrian Paul1-3/+6
2001-08-28added OpenGL 1.3 tokens and prototypesBrian Paul1-76/+268
2001-08-20WindML driver (Stephane Raimbault)Brian Paul2-0/+367
2001-07-27added four missing GLX 1.3 tokensBrian Paul1-1/+5
2001-06-27support for RGB_565 pixels (Lars Andersson), untestedBrian Paul1-1/+2
2001-06-25added missing GLX_PBUFFER_WIDTH/HEIGHT tokensBrian Paul1-1/+3
2001-06-20bumped version numbersBrian Paul3-10/+10
2001-06-14define both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL_ATTRIB_BITS (spec and...Brian Paul1-2/+2
2001-05-29s/void */GLvoid */Brian Paul1-3/+3
2001-05-25added void to __GLXextFuncPtrBrian Paul1-1/+2
2001-05-25added missing GLX_SGIS_multisample tokensBrian Paul1-3/+6
2001-05-24change GLXContext and GLXFBConfig typedefsBrian Paul1-3/+3
2001-05-07Initial new Win32 build support. More to come.Gareth Hughes1-123/+125
2001-04-29sync with XFree86/DRI glcore.h, now identicalBrian Paul1-9/+15
2001-04-24reordered a few blend enumsBrian Paul1-3/+3
2001-04-19added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_borde...Brian Paul1-2/+44
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