aboutsummaryrefslogtreecommitdiffstats
path: root/include/GL/gl.h
Commit message (Expand)AuthorAgeFilesLines
* reordered the extensions and numbered themBrian Paul1999-11-181-225/+224
* changed multi-include guard symbolBrian Paul1999-11-151-6/+4
* added GL_EXT_texture_env_add extensionBrian Paul1999-11-121-1/+12
* removed redundant extension prototypesBrian Paul1999-11-111-409/+2
* . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1999-11-111-1/+5
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-982/+1469
* turned off 'conditional expression is constant' warning for win32Ted Jump1999-11-051-2/+2
* Changed over to maximal warnings on Win32 builds.Ted Jump1999-10-301-16/+10
* Added pragma to disable warning about unk pragmas for MSVC5Ted Jump1999-10-211-1/+2
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-2/+2
* GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong valuesBrian Paul1999-10-171-3/+3
* more ARB_imaging colortable functionsBrian Paul1999-10-171-11/+15
* added missing GL_ARB_imaging color table functionsBrian Paul1999-10-171-4/+29
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-13/+1
* replaced glGetMinMax() with glGetMinmax()Brian Paul1999-10-151-2/+2
* More Win32 build compliance fixupsTed Jump1999-09-191-9/+3
* disabled GL_EXT_get_proc_address for the time beingBrian Paul1999-09-181-2/+1
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1999-09-171-3/+9
* Relocated wgl function prototypes to separate .h for easier work with fxwgl &...Ted Jump1999-09-171-20/+6
* I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump1999-09-171-2/+3
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-161-6/+12
* added GL_EXT_get_proc_addressBrian Paul1999-09-111-2/+9
* Initial revisionjtg1999-08-191-0/+2235