summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)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
This is important now that we're using __stdcall instead of the (default) __cdecl on WIN32. This gets apps using the tessellator working again on Windows.
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
and far because Windows compiler can get confused over these old keywords.
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 ↵Brian Paul1-2/+2
and SI don't agree)
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 ↵Brian Paul1-2/+44
GL_ARB_texture_border_clamp (temporary until SGI updates this file)
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
override. All Makefile.am's updated.
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
with XFree86 and the SI code there.
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
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus: Essentially the same. Program files updated to include "readtex.c", not "../util/readtex.c". * demos/reflect.c: Likewise for "showbuffer.c". * Makefile.am (EXTRA_DIST): Added top-level regular files. * include/GL/Makefile.am (INC_X11): Added glxext.h. * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include Mesa GGI headers in dist even if HAVE_GGI is not given. * configure.in: Look for GLUT and demo source dirs in $srcdir. * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch]. More source list updates in various Makefile.am's. * Makefile.am (dist-hook): Remove CVS directory from distribution. (DIST_SUBDIRS): List all possible subdirs here. (SUBDIRS): Only list subdirs selected for build again. The above two applied to all subdir Makefile.am's also.
2000-12-21* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUTpesco1-1/+1
* bootstrap: Fixed stupid mistakes. * configure.in (LIBGL_VERSION): Include Mesa version as tiny number. (LIBGLU_VERSION): Likewise.
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
This defaults to "off", so GLUT is not built by default.
2000-12-09define GL_ARB_imagingBrian Paul1-2/+2
2000-12-08include glxext.h unless GLX_GLXEXT_LEGACY is definedBrian Paul1-7/+7