summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-17Change for Windows only: Make demos and examples build again.Karl Schultz1-1/+14
Move the inclusion of windows.h from glext.h to gl.h. There are a few good reasons for this: - Including it in gl.h is more strightforward and makes it easier to troubleshoot include file problems. It was sometimes hard to find it in glext.h. - Needed to define APIENTRY correctly. APIENTRY is used in gl.h. - glut.h needs windows.h but does not include it, expecting the app to include it. Including it in gl.h if not already included by the app makes glut.h happy. This allows one to write a gl/glut app without explictly including windows.h, which may only be really important for toy apps like our samples and demos. But a "real" app can still include windows.h if it wants.
2002-09-21merge updates from 4.0.4Brian Paul1-1/+40
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul1-4/+9
2002-09-06removed glext.h fix-ups corrected in glext.h version 17Brian Paul1-17/+1
2002-08-29fix up stuff accidentaly checked in a few days agoBrian Paul1-107/+231
2002-08-22added glXAllocate/FreeMemoryNV()Brian Paul1-322/+260
2002-05-27removed experiemental GL_MESA_sprite_point extensionBrian Paul1-12/+1
2002-03-20removed glSamplePass()Brian Paul1-3/+1
2002-02-25use official enum values for GL_ARB_depth_texture and GL_ARB_shadowBrian Paul1-11/+11
2002-02-15added new depth_texture/shadow tokens (temporary)Brian Paul1-2/+3
2001-12-05added enums for GL_ARB_depth_texture/shadow/shadow_ambient (temporary)Brian Paul1-20/+38
2001-11-19added test implementation of GL_ARB_window_posBrian Paul1-2/+41
2001-11-09define GL_VERSION_1_3 (doh!)Brian Paul1-2/+2
2001-09-23bump versions to 4.0Brian Paul1-2/+2
2001-08-28added OpenGL 1.3 tokens and prototypesBrian Paul1-76/+268
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-04-24reordered a few blend enumsBrian Paul1-3/+3
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-01-29updates to the trace extensionBrian Paul1-17/+18
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes1-1/+14
2000-12-09define GL_ARB_imagingBrian Paul1-2/+2
2000-12-08added LL_MESA_sprite_point extensionBrian Paul1-1/+11
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-09-15Added GL_MESA_trace extension (Loki)Brian Paul1-1/+31
2000-07-13replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul1-2/+2
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 Paul1-3/+3
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 Paul1-81/+21
2000-05-18added glPointParameterf[v]SGIS()Brian Paul1-1/+3
2000-05-04removed GL_HAS_GLEXTBrian Paul1-3/+2
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank1-1/+11
2000-03-23removed some unpopular extensions (now in glext.h)Brian Paul1-52/+1
2000-03-20Cygwin changes, removed two ARB extensions, now in glext.hBrian Paul1-37/+5
2000-02-25added GL_HAS_GLEXTBrian Paul1-1/+2
2000-02-24bunch of extension clean-upBrian Paul1-16/+30
2000-02-11clean-upBrian Paul1-46/+36
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul1-1/+7
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul1-3/+3
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul1-1/+9
2000-01-08fixed prototype typo in glHintPGI ( )Brian Paul1-2/+2
2000-01-07added missing glHintPGI() functionBrian Paul1-1/+3
2000-01-07assigned official GL_ARB_transpose_matrix enumsBrian Paul1-7/+6
1999-12-10added GL_ARB_transpose_matrixBrian Paul1-3/+23
1999-11-18reordered the extensions and numbered themBrian Paul1-225/+224