bump versions to 4.0
[mesa.git] / include / GL / gl.h
2001-09-23 Brian Paulbump versions to 4.0
2001-08-28 Brian Pauladded OpenGL 1.3 tokens and prototypes
2001-06-14 Brian Pauldefine both GL_ALL_CLIENT_ATTRIB_BITS and GL_CLIENT_ALL...
2001-05-29 Brian Pauls/void */GLvoid */
2001-04-24 Brian Paulreordered a few blend enums
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2001-03-22 Brian Paulminor comment update
2001-03-21 Brian Paulsync'd with the latest changes in XFree86 (cygwin stuff)
2001-01-29 Brian Paulupdates to the trace extension
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2000-12-09 Brian Pauldefine GL_ARB_imaging
2000-12-08 Brian Pauladded LL_MESA_sprite_point extension
2000-11-03 Brian Paulupdate to GL_MESA_trace extension enums
2000-11-03 Brian Pauladded GL_MESA_packed_depth_stencil extension
2000-09-15 Brian PaulAdded GL_MESA_trace extension (Loki)
2000-07-13 Brian Paulreplaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_A...
2000-05-24 Brian Paulalways define GL_ARB_multitexture (OpenGL 1.2.1 feature)
2000-05-23 Brian Paulchanged glext.h include
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__
2000-05-22 Brian Paulinclude glext.h if GL_GLEXT_LEGACY not defined
2000-05-22 Brian Paulmoved a lot of Window-isms out of gl.h into other files
2000-05-18 Brian Pauladded glPointParameterf[v]SGIS()
2000-05-04 Brian Paulremoved GL_HAS_GLEXT
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-23 Brian Paulremoved some unpopular extensions (now in glext.h)
2000-03-20 Brian PaulCygwin changes, removed two ARB extensions, now in...
2000-02-25 Brian Pauladded GL_HAS_GLEXT
2000-02-24 Brian Paulbunch of extension clean-up
2000-02-11 Brian Paulclean-up
2000-02-10 Brian Pauladded GLCALLBACKPCAST for Cygnus (Sven Panne)
2000-02-05 Brian PaulGL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT...
2000-01-17 Brian Pauladded missing POINT/LINE RANGE/GRANULARITY tokens
2000-01-08 Brian Paulfixed prototype typo in glHintPGI ( )
2000-01-07 Brian Pauladded missing glHintPGI() function
2000-01-07 Brian Paulassigned official GL_ARB_transpose_matrix enums
1999-12-10 Brian Pauladded GL_ARB_transpose_matrix
1999-11-18 Brian Paulreordered the extensions and numbered them
1999-11-15 Brian Paulchanged multi-include guard symbol
1999-11-12 Brian Pauladded GL_EXT_texture_env_add extension
1999-11-11 Brian Paulremoved redundant extension prototypes
1999-11-11 Kendall Bennett . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-05 Ted Jumpturned off 'conditional expression is constant' warning...
1999-10-30 Ted JumpChanged over to maximal warnings on Win32 builds.
1999-10-21 Ted JumpAdded pragma to disable warning about unk pragmas for...
1999-10-20 Ted JumpMinor patches to cleanup some compiler warnings in...
1999-10-17 Brian PaulGL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values
1999-10-17 Brian Paulmore ARB_imaging colortable functions
1999-10-17 Brian Pauladded missing GL_ARB_imaging color table functions
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-15 Brian Paulreplaced glGetMinMax() with glGetMinmax()
1999-09-19 Ted JumpMore Win32 build compliance fixups
1999-09-18 Brian Pauldisabled GL_EXT_get_proc_address for the time being
1999-09-17 Brian PaulglGetProcAddressEXT changes to accomodate Win32 and...
1999-09-17 Ted JumpRelocated wgl function prototypes to separate .h for...
1999-09-17 Ted JumpI changed the xxxGetProcAddressEXT function declaration...
1999-09-16 Brian PaulGL_EXT_get_proc_address clean-up
1999-09-11 Brian Pauladded GL_EXT_get_proc_address
1999-08-19 jtgInitial revision