Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-06 | Committing in . | Jouk Jansen | |
VMS : C++ & Xlib.h problems. Modified Files: Mesa/include/GL/glx.h ---------------------------------------------------------------------- | |||
2000-03-03 | removed GLX_VERSION_1_3 for now | Brian Paul | |
2000-03-03 | changes to _WIN32 test and APIENTRY test | Brian Paul | |
2000-03-01 | added GL_GLEXT_VERSION_EXT | Brian Paul | |
2000-02-27 | changed glXCopyContext() mask to unsigned long, per GLX spec | Brian Paul | |
2000-02-27 | added a bit of GLAPIENTRY, APIENTRY setup | Brian Paul | |
2000-02-26 | added all the PFNGL...PROC typedefs | Brian Paul | |
2000-02-25 | added GL_HAS_GLEXT | Brian Paul | |
2000-02-25 | removed the GET_BITS_PER_PIXEL macro | Brian Paul | |
2000-02-25 | added 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-24 | bunch of extension clean-up | Brian Paul | |
2000-02-23 | changed glXCopyContext()'s mask to unsigned long | Brian Paul | |
2000-02-23 | fixed a typo in GL_MESA_resize_buffers | Brian Paul | |
2000-02-23 | added a bunch of extensions | Brian Paul | |
2000-02-23 | added some missing tokens, fixed some errors | Brian Paul | |
2000-02-23 | initial revision | Brian Paul | |
2000-02-11 | clean-up | Brian Paul | |
2000-02-10 | added GLCALLBACKPCAST for Cygnus (Sven Panne) | Brian Paul | |
2000-02-09 | updated version info | Brian Paul | |
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 | |
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-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |