Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor changes to make linux-solo build again | Jon Smirl | 2003-10-16 | 1 | -0/+4 |
| | |||||
* | Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵ | Kendall Bennett | 2003-10-14 | 1 | -1/+1 |
| | | | | | | | | | compiler. Most of the changes were to get rid of warnings, but many of the warnings could not be removed in the code so I also added #pragma's to disable the warnings. Someone really should clean up this code, but I didn't want to mess with it that much (and potentially break it). | ||||
* | define GLAPIENTRY and GLAPI if not defined in gl.h | Brian Paul | 2002-08-27 | 1 | -0/+8 |
| | |||||
* | fix typedef problem found with MSDev 6.0 | Brian Paul | 2001-11-09 | 1 | -4/+4 |
| | |||||
* | Add GLAPIENTRY to typedef for callback functions (used by tessellator). | Karl Schultz | 2001-09-21 | 1 | -1/+1 |
| | | | | | | This is important now that we're using __stdcall instead of the (default) __cdecl on WIN32. This gets apps using the tessellator working again on Windows. | ||||
* | add the same conditional mangling stuff that gl.h has. | Karl Schultz | 2001-09-20 | 1 | -0/+4 |
| | |||||
* | Change UnProject4 prototype to use nearVal and farVal instead of near | Karl Schultz | 2001-09-20 | 1 | -1/+1 |
| | | | | and far because Windows compiler can get confused over these old keywords. | ||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -59/+59 |
| | |||||
* | SGI SI GLU 1.3 header | Brian Paul | 2001-03-17 | 1 | -517/+306 |
| | |||||
* | fixed value for GLU_NURBS_MODE | Brian Paul | 2000-10-26 | 1 | -3/+3 |
| | |||||
* | reverted to old tessellator (GLU 1.1) | Brian Paul | 2000-07-11 | 1 | -63/+53 |
| | |||||
* | replaced __CYGWIN32__ with __CYGWIN__ | Brian Paul | 2000-05-22 | 1 | -3/+3 |
| | |||||
* | moved a lot of Window-isms out of gl.h into other files | Brian Paul | 2000-05-22 | 1 | -1/+12 |
| | |||||
* | renamed near and far arguments to gluUnProject4() | Brian Paul | 1999-11-24 | 1 | -2/+2 |
| | |||||
* | added GLU 1.3 functions | Brian Paul | 1999-11-23 | 1 | -4/+51 |
| | |||||
* | changed multi-include guard symbol | Brian Paul | 1999-11-15 | 1 | -4/+4 |
| | |||||
* | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility | Kendall Bennett | 1999-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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 code | Brian Paul | 1999-11-11 | 1 | -204/+206 |
| | |||||
* | replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() | Brian Paul | 1999-11-09 | 1 | -5/+5 |
| | |||||
* | removed gluGetProcAddressEXT() | Brian Paul | 1999-10-27 | 1 | -14/+1 |
| | |||||
* | removed revision history info | Brian Paul | 1999-10-22 | 1 | -59/+1 |
| | |||||
* | define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.h | Brian Paul | 1999-10-22 | 1 | -1/+16 |
| | |||||
* | Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT' | Ted Jump | 1999-09-19 | 1 | -4/+4 |
| | |||||
* | More Win32 build compliance fixups | Ted Jump | 1999-09-19 | 1 | -7/+6 |
| | |||||
* | glGetProcAddressEXT changes to accomodate Win32 and non-Win32 | Brian Paul | 1999-09-17 | 1 | -4/+10 |
| | |||||
* | I changed the xxxGetProcAddressEXT function declarations to be more | Ted Jump | 1999-09-17 | 1 | -2/+8 |
| | | | | | MSVC friendly. Brianp - could you verify that they describe and operate as intended on Linux/ETC platforms? | ||||
* | GLU_EXT_get_proc_address clean-up | Brian Paul | 1999-09-16 | 1 | -9/+10 |
| | |||||
* | Fixed GLUtriangulatorObj again (spelling). | Gareth Hughes | 1999-09-14 | 1 | -2/+5 |
| | |||||
* | Fixed definition of GLUtriangluatorObj for 1.3 tessellator. | Gareth Hughes | 1999-09-14 | 1 | -1/+5 |
| | |||||
* | added GLU_EXT_get_proc_address | Brian Paul | 1999-09-11 | 1 | -1/+20 |
| | |||||
* | Added GLU 1.3 tessellation (except winding rule code). | Gareth Hughes | 1999-09-10 | 1 | -45/+103 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+444 |