summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
AgeCommit message (Expand)AuthorFilesLines
2004-01-13remove stuff that's now in glext.hBrian Paul1-204/+2
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul1-1/+1
2003-12-08reverse Keith's 'XFree86Server' glue.Alan Hourihane1-4/+0
2003-12-08Can't include <stddef.h> when building XFree86 server - defineKeith Whitwell1-0/+4
2003-12-06s/APIENTRY/GLAPIENTRY/ for 1.5 functionsBrian Paul1-12/+12
2003-12-04check if GLAPIENTRYP is already setAlan Hourihane1-0/+3
2003-12-04#define GLAPIENTRYP GLAPIENTRY *Alan Hourihane1-0/+1
2003-11-23include malloc.h to get ptrdiff_t for vertex buffer object's GLintptrBrian Paul1-1/+3
2003-11-22added OpenGL 1.5 tokens and functions not yet put into glext.hBrian Paul1-0/+111
2003-10-16added GL_ARB_point_sprite tokensBrian Paul1-0/+10
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett1-128/+134
2003-09-23new enum values for GL_MESA_program_debugBrian Paul1-10/+9
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick1-0/+12
2003-08-28remove a bunch of the extension definitions from the legacy sectionBrian Paul1-431/+1
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul1-3/+3
2003-07-21tokens, functions for GL_MESA_program_debugBrian Paul1-0/+27
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul1-0/+33
2003-05-10remove temporary stuffBrian Paul1-91/+0
2003-04-23fix function prototypes for manging (Bill Hoffman)Brian Paul1-35/+12
2003-04-21added GL_EXT_depth_bounds_testBrian Paul1-0/+14
2003-04-18more GL_ARB_fragment_program tokensBrian Paul1-0/+2
2003-04-17temporary GL_ARB_fragment_program tokensBrian Paul1-0/+23
2003-04-09Added function pointer typedefs for GL_NV_fragment_programBrian Paul1-2/+7
2003-02-28updated versionBrian Paul1-3/+3
2003-02-10fix fragment_program for WindowsAlan Hourihane1-13/+13
2003-01-14GL_NV_fragment_programBrian Paul1-1/+64
2002-10-17Change for Windows only: Make demos and examples build again.Karl Schultz1-1/+14
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 and...Brian Paul1-2/+2
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