Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-11-05 | turned off 'conditional expression is constant' warning for win32 | Ted Jump | |
1999-10-30 | Changed over to maximal warnings on Win32 builds. | Ted Jump | |
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 | removed GL_EXT_get_proc_address | Brian Paul | |
1999-10-15 | replaced glGetMinMax() with glGetMinmax() | Brian Paul | |
1999-09-19 | More Win32 build compliance fixups | Ted Jump | |
1999-09-18 | disabled GL_EXT_get_proc_address for the time being | Brian Paul | |
1999-09-17 | glGetProcAddressEXT changes to accomodate Win32 and non-Win32 | Brian Paul | |
1999-09-17 | Relocated wgl function prototypes to separate .h for easier work with fxwgl ↵ | Ted Jump | |
& glut | |||
1999-09-17 | I changed the xxxGetProcAddressEXT function declarations to be more | Ted Jump | |
MSVC friendly. Brianp - could you verify that they describe and operate as intended on Linux/ETC platforms? | |||
1999-09-16 | GL_EXT_get_proc_address clean-up | Brian Paul | |
1999-09-11 | added GL_EXT_get_proc_address | Brian Paul | |
1999-08-19 | Initial revision | jtg | |