Age | Commit message (Expand) | Author |
2000-02-05 | GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix | Brian Paul |
2000-01-22 | updated for Mesa 3.2 | Brian Paul |
2000-01-18 | minor clean-up | Brian Paul |
2000-01-17 | added do /while to multi-line macros | Brian Paul |
2000-01-17 | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul |
2000-01-16 | use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macro | Brian Paul |
2000-01-15 | Added entry point and define for the occlusion test. | Randy Frank |
2000-01-13 | applied Daryll's patches for GLX_DIRECT_RENDERING | Brian Paul |
2000-01-08 | fixed prototype typo in glHintPGI ( ) | Brian Paul |
2000-01-07 | added missing glHintPGI() function | Brian Paul |
2000-01-07 | assigned official GL_ARB_transpose_matrix enums | Brian Paul |
2000-01-04 | added missing glColorTableParameter defines | Brian Paul |
1999-12-11 | added GLX_ARB_get_proc_address | Brian Paul |
1999-12-10 | added GL_ARB_transpose_matrix | Brian Paul |
1999-11-24 | removed version logging | Brian Paul |
1999-11-24 | bumped version to 3.3 | Brian Paul |
1999-11-24 | added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3 | Brian Paul |
1999-11-24 | added a few more GLX 1.3 tokens | Brian Paul |
1999-11-24 | renamed near and far arguments to gluUnProject4() | Brian Paul |
1999-11-23 | added GLU 1.3 functions | Brian Paul |
1999-11-23 | added GLX 1.3 tokens and functions | Brian Paul |
1999-11-22 | bumped GLX version to 1.2, added glXGetCurrentDisplay() | Brian Paul |
1999-11-22 | added pragma 4615 (Eero), added copyright | Brian Paul |
1999-11-18 | reordered the extensions and numbered them | Brian Paul |
1999-11-17 | fixed some glitches (Eero Pajarre) | Brian Paul |
1999-11-15 | changed multi-include guard symbol | Brian Paul |
1999-11-12 | added GL_EXT_texture_env_add extension | Brian Paul |
1999-11-11 | removed redundant extension prototypes | Brian Paul |
1999-11-11 | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility | Kendall Bennett |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul |
1999-11-09 | replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() | Brian Paul |
1999-11-05 | turned off 'conditional expression is constant' warning for win32 | Ted Jump |
1999-11-04 | Added glColorTable, etc. | Miklos Fazekas |
1999-10-30 | Changed over to maximal warnings on Win32 builds. | Ted Jump |
1999-10-27 | removed cvs history logs and old comments | Brian Paul |
1999-10-27 | removed glXGetProcAddressEXT | Brian Paul |
1999-10-27 | removed gluGetProcAddressEXT() | Brian Paul |
1999-10-22 | removed revision history info | Brian Paul |
1999-10-22 | define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.h | Brian Paul |
1999-10-21 | Added pragma to disable warning about unk pragmas for MSVC5 | Ted Jump |
1999-10-20 | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump |
1999-10-17 | GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values | Brian Paul |
1999-10-17 | more ARB_imaging colortable functions | Brian Paul |
1999-10-17 | added missing GL_ARB_imaging color table functions | Brian Paul |
1999-10-16 | Added glGetMinmax | Miklos Fazekas |
1999-10-16 | removed GL_EXT_get_proc_address | Brian Paul |
1999-10-15 | replaced glGetMinMax() with glGetMinmax() | Brian Paul |
1999-09-19 | lots of autoconf updates | tanner |
1999-09-19 | Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT' | Ted Jump |
1999-09-19 | More Win32 build compliance fixups | Ted Jump |