summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2000-03-03removed GLX_VERSION_1_3 for nowBrian Paul1-2/+1
2000-03-03changes to _WIN32 test and APIENTRY testBrian Paul1-2/+2
2000-03-01added GL_GLEXT_VERSION_EXTBrian Paul1-0/+2
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul1-2/+2
2000-02-27added a bit of GLAPIENTRY, APIENTRY setupBrian Paul1-0/+4
2000-02-26added all the PFNGL...PROC typedefsBrian Paul1-159/+291
2000-02-25added GL_HAS_GLEXTBrian Paul1-1/+2
2000-02-25removed the GET_BITS_PER_PIXEL macroBrian Paul2-10/+2
2000-02-25added XMesaUnbindContext (for DRI)Brian Paul1-1/+7
2000-02-25 Committing in .Jouk Jansen2-3/+10
2000-02-24bunch of extension clean-upBrian Paul1-16/+30
2000-02-23changed glXCopyContext()'s mask to unsigned longBrian Paul1-3/+3
2000-02-23fixed a typo in GL_MESA_resize_buffersBrian Paul1-1/+1
2000-02-23added a bunch of extensionsBrian Paul1-1/+446
2000-02-23added some missing tokens, fixed some errorsBrian Paul1-6/+63
2000-02-23initial revisionBrian Paul1-0/+972
2000-02-11clean-upBrian Paul1-46/+36
2000-02-10added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul1-1/+7
2000-02-09updated version infoBrian Paul3-35/+18
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul1-3/+3
2000-01-22updated for Mesa 3.2Brian Paul1-6/+11
2000-01-18minor clean-upBrian Paul1-12/+15
2000-01-17added do /while to multi-line macrosBrian Paul1-25/+25
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul1-1/+9
2000-01-16use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul1-2/+8
2000-01-15Added entry point and define for the occlusion test.Randy Frank1-2/+15
2000-01-13applied Daryll's patches for GLX_DIRECT_RENDERINGBrian Paul1-5/+31
2000-01-08fixed prototype typo in glHintPGI ( )Brian Paul1-2/+2
2000-01-07added missing glHintPGI() functionBrian Paul1-1/+3
2000-01-07assigned official GL_ARB_transpose_matrix enumsBrian Paul1-7/+6
2000-01-04added missing glColorTableParameter definesBrian Paul1-2/+4
1999-12-11added GLX_ARB_get_proc_addressBrian Paul1-2/+6
1999-12-10added GL_ARB_transpose_matrixBrian Paul1-3/+23
1999-11-24removed version loggingBrian Paul1-21/+1
1999-11-24bumped version to 3.3Brian Paul3-58/+9
1999-11-24added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul1-6/+26
1999-11-24added a few more GLX 1.3 tokensBrian Paul1-1/+3
1999-11-24renamed near and far arguments to gluUnProject4()Brian Paul1-2/+2
1999-11-23added GLU 1.3 functionsBrian Paul1-4/+51
1999-11-23added GLX 1.3 tokens and functionsBrian Paul1-13/+122
1999-11-22bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul1-1/+7
1999-11-22added pragma 4615 (Eero), added copyrightBrian Paul1-0/+28
1999-11-18reordered the extensions and numbered themBrian Paul1-225/+224
1999-11-17fixed some glitches (Eero Pajarre)Brian Paul2-6/+19
1999-11-15changed multi-include guard symbolBrian Paul2-10/+8
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul1-1/+12
1999-11-11removed redundant extension prototypesBrian Paul1-409/+2
1999-11-11 . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett2-3/+7
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul3-1216/+1708
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1-5/+5