summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2000-03-03removed GLX_VERSION_1_3 for nowBrian Paul
2000-03-03changes to _WIN32 test and APIENTRY testBrian Paul
2000-03-01added GL_GLEXT_VERSION_EXTBrian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-27added a bit of GLAPIENTRY, APIENTRY setupBrian Paul
2000-02-26added all the PFNGL...PROC typedefsBrian Paul
2000-02-25added GL_HAS_GLEXTBrian Paul
2000-02-25removed the GET_BITS_PER_PIXEL macroBrian Paul
2000-02-25added XMesaUnbindContext (for DRI)Brian Paul
2000-02-25 Committing in .Jouk Jansen
VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
2000-02-24bunch of extension clean-upBrian Paul
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul
2000-02-23fixed a typo in GL_MESA_resize_buffersBrian Paul
2000-02-23added a bunch of extensionsBrian Paul
2000-02-23added some missing tokens, fixed some errorsBrian Paul
2000-02-23initial revisionBrian Paul
2000-02-11clean-upBrian Paul
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul
2000-02-09updated version infoBrian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-01-22updated for Mesa 3.2Brian Paul
2000-01-18minor clean-upBrian Paul
2000-01-17added do /while to multi-line macrosBrian Paul
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul
2000-01-16use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul
2000-01-15Added entry point and define for the occlusion test.Randy Frank
2000-01-13applied Daryll's patches for GLX_DIRECT_RENDERINGBrian 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
2000-01-04added missing glColorTableParameter definesBrian Paul
1999-12-11added GLX_ARB_get_proc_addressBrian Paul
1999-12-10added GL_ARB_transpose_matrixBrian Paul
1999-11-24removed version loggingBrian Paul
1999-11-24bumped version to 3.3Brian Paul
1999-11-24added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul
1999-11-24added a few more GLX 1.3 tokensBrian Paul
1999-11-24renamed near and far arguments to gluUnProject4()Brian Paul
1999-11-23added GLU 1.3 functionsBrian Paul
1999-11-23added GLX 1.3 tokens and functionsBrian Paul
1999-11-22bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul
1999-11-22added pragma 4615 (Eero), added copyrightBrian Paul
1999-11-18reordered the extensions and numbered themBrian Paul
1999-11-17fixed some glitches (Eero Pajarre)Brian 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
with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous.
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul