summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
* glu: Fix build on mingw-w64.José Fonseca2011-08-301-0/+6
|
* sgi: Fix MSVC build.José Fonseca2011-04-271-0/+4
| | | | | | | | | | | | Including windows.h was ineffective on MSVC because we define the NOGDI macro, which skips the wingdi.h include. Unsetting NOGDI is also a bad idea because it causes all sort of symbol clashes with SGI code. The real problem is that WINGDAPI was not being defined, also due to NOGDI, so simply define it to blank if not done already. This seems to make everybody happy.
* scons: Build glu.José Fonseca2011-04-231-1/+5
|
* Avoid setting NOWIN98 compiler optimization with VC 7.Karl Schultz2004-01-281-1/+1
|
* Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell2003-11-241-1/+0
|
* Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett2003-10-141-4/+24
| | | | | | | | | 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).
* added OS/2 includesBrian Paul2003-02-121-1/+8
|
* Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)Karl Schultz2002-10-041-1/+3
|
* assorted fixes for Win32 (Gerk Huisma)Brian Paul2001-07-161-1/+13
|
* Modified Files:Jouk Jansen2001-03-221-1/+8
| | | | | | | | | | | | | | Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms Mesa/si-glu/include/gluos.h Mesa/si-glu/libnurbs/internals/bufpool.h Mesa/si-glu/libnurbs/internals/mysetjmp.h Mesa/src-glut/descrip.mms Added Files: Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt changes needed to compile SI-GLU on VMS. ----------------------------------------------------------------------
* SGI SI GLU libraryBrian Paul2001-03-171-0/+25