summaryrefslogtreecommitdiffstats
path: root/include/GL
Commit message (Collapse)AuthorAgeFilesLines
* removed GLX_VERSION_1_3 for nowBrian Paul2000-03-031-2/+1
|
* changes to _WIN32 test and APIENTRY testBrian Paul2000-03-031-2/+2
|
* added GL_GLEXT_VERSION_EXTBrian Paul2000-03-011-0/+2
|
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-271-2/+2
|
* added a bit of GLAPIENTRY, APIENTRY setupBrian Paul2000-02-271-0/+4
|
* added all the PFNGL...PROC typedefsBrian Paul2000-02-261-159/+291
|
* added GL_HAS_GLEXTBrian Paul2000-02-251-1/+2
|
* removed the GET_BITS_PER_PIXEL macroBrian Paul2000-02-252-10/+2
|
* added XMesaUnbindContext (for DRI)Brian Paul2000-02-251-1/+7
|
* Committing in .Jouk Jansen2000-02-252-3/+10
| | | | | | | | VMS & type-mismatch problems Modified Files: Mesa/include/GL/glext.h Mesa/include/GL/glx.h ----------------------------------------------------------------------
* bunch of extension clean-upBrian Paul2000-02-241-16/+30
|
* changed glXCopyContext()'s mask to unsigned longBrian Paul2000-02-231-3/+3
|
* fixed a typo in GL_MESA_resize_buffersBrian Paul2000-02-231-1/+1
|
* added a bunch of extensionsBrian Paul2000-02-231-1/+446
|
* added some missing tokens, fixed some errorsBrian Paul2000-02-231-6/+63
|
* initial revisionBrian Paul2000-02-231-0/+972
|
* clean-upBrian Paul2000-02-111-46/+36
|
* added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul2000-02-101-1/+7
|
* updated version infoBrian Paul2000-02-093-35/+18
|
* GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul2000-02-051-3/+3
|
* updated for Mesa 3.2Brian Paul2000-01-221-6/+11
|
* minor clean-upBrian Paul2000-01-181-12/+15
|
* added do /while to multi-line macrosBrian Paul2000-01-171-25/+25
|
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-171-1/+9
|
* use nplanes instead of bitsPerRGBValue in GET_BITS_PER_PIXEL macroBrian Paul2000-01-161-2/+8
|
* Added entry point and define for the occlusion test.Randy Frank2000-01-151-2/+15
|
* applied Daryll's patches for GLX_DIRECT_RENDERINGBrian Paul2000-01-131-5/+31
|
* fixed prototype typo in glHintPGI ( )Brian Paul2000-01-081-2/+2
|
* added missing glHintPGI() functionBrian Paul2000-01-071-1/+3
|
* assigned official GL_ARB_transpose_matrix enumsBrian Paul2000-01-071-7/+6
|
* added missing glColorTableParameter definesBrian Paul2000-01-041-2/+4
|
* added GLX_ARB_get_proc_addressBrian Paul1999-12-111-2/+6
|
* added GL_ARB_transpose_matrixBrian Paul1999-12-101-3/+23
|
* removed version loggingBrian Paul1999-11-241-21/+1
|
* bumped version to 3.3Brian Paul1999-11-243-58/+9
|
* added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul1999-11-241-6/+26
|
* added a few more GLX 1.3 tokensBrian Paul1999-11-241-1/+3
|
* renamed near and far arguments to gluUnProject4()Brian Paul1999-11-241-2/+2
|
* added GLU 1.3 functionsBrian Paul1999-11-231-4/+51
|
* added GLX 1.3 tokens and functionsBrian Paul1999-11-231-13/+122
|
* bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul1999-11-221-1/+7
|
* added pragma 4615 (Eero), added copyrightBrian Paul1999-11-221-0/+28
|
* reordered the extensions and numbered themBrian Paul1999-11-181-225/+224
|
* fixed some glitches (Eero Pajarre)Brian Paul1999-11-172-6/+19
|
* changed multi-include guard symbolBrian Paul1999-11-152-10/+8
|
* 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-112-3/+7
| | | | | | | | | | | | | | | | 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.
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-113-1216/+1708
|
* replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1999-11-091-5/+5
|