summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
AgeCommit message (Expand)Author
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2000-12-09define GL_ARB_imagingBrian Paul
2000-12-08added LL_MESA_sprite_point extensionBrian Paul
2000-11-03update to GL_MESA_trace extension enumsBrian Paul
2000-11-03added GL_MESA_packed_depth_stencil extensionBrian Paul
2000-09-15Added GL_MESA_trace extension (Loki)Brian Paul
2000-07-13replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITSBrian Paul
2000-05-24always define GL_ARB_multitexture (OpenGL 1.2.1 feature)Brian Paul
2000-05-23changed glext.h includeBrian Paul
2000-05-22replaced __CYGWIN32__ with __CYGWIN__Brian Paul
2000-05-22include glext.h if GL_GLEXT_LEGACY not definedBrian Paul
2000-05-22moved a lot of Window-isms out of gl.h into other filesBrian Paul
2000-05-18added glPointParameterf[v]SGIS()Brian Paul
2000-05-04removed GL_HAS_GLEXTBrian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-23removed some unpopular extensions (now in glext.h)Brian Paul
2000-03-20Cygwin changes, removed two ARB extensions, now in glext.hBrian Paul
2000-02-25added GL_HAS_GLEXTBrian Paul
2000-02-24bunch of extension clean-upBrian Paul
2000-02-11clean-upBrian Paul
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul
2000-01-08fixed prototype typo in glHintPGI ( )Brian Paul
2000-01-07added missing glHintPGI() functionBrian Paul
2000-01-07assigned official GL_ARB_transpose_matrix enumsBrian Paul
1999-12-10added GL_ARB_transpose_matrixBrian Paul
1999-11-18reordered the extensions and numbered themBrian Paul
1999-11-15changed multi-include guard symbolBrian Paul
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-11removed redundant extension prototypesBrian Paul
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-05turned off 'conditional expression is constant' warning for win32Ted Jump
1999-10-30Changed over to maximal warnings on Win32 builds.Ted Jump
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump
1999-10-20Minor patches to cleanup some compiler warnings in MSVCTed Jump
1999-10-17GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul
1999-10-17more ARB_imaging colortable functionsBrian Paul
1999-10-17added missing GL_ARB_imaging color table functionsBrian Paul
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-15replaced glGetMinMax() with glGetMinmax()Brian Paul
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-18disabled GL_EXT_get_proc_address for the time beingBrian Paul
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul
1999-09-17Relocated wgl function prototypes to separate .h for easier work with fxwgl &...Ted Jump
1999-09-17I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump
1999-09-16GL_EXT_get_proc_address clean-upBrian Paul
1999-09-11added GL_EXT_get_proc_addressBrian Paul
1999-08-19Initial revisionjtg