summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* glut: Do not rely on GLAPIENTRY symbol.José Fonseca2011-07-111-3/+10
| | | | | | | | | | | | | | | | | GLEW does some defining/undefining of GLAPIENTRY making it unreliable. GLEW should also be fixed, but removing the dependency on this symbol. This also restores the ability for GLUT to be used with -fvisibility=hidden. The downside of this is that ld warns of: Warning: size of symbol `glutBitmapXXXXX' changed from 4 in glut_xxx.o to 16 in glut_xxxx.o Due to the fonts being declared void * (*4 bytes), but defined as 16byte static structure. I'll fix that in a later commit. See also commits: - f321f16e83cae427d6496c11955fd1c898d0395c - d084982240bafba0169c4a6cacf02d45d6cfd8c1
* glut: Don't include mesa_wgl.h on MinGW builds.José Fonseca2011-07-111-1/+4
| | | | | windows.h header recent MinGW versions already declare the WGL API, and including mesa_wgl.h actually cause build failures.
* glut: MinGW portability fixes.José Fonseca2011-07-111-1/+1
| | | | Still, it doesn't run as well as the glut binaries...
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2011-07-111-2/+2
|
* more Mingw32 fixesZhang2011-07-111-1/+1
|
* Fix a number of MINGW32 issuesZhang2011-07-111-2/+7
|
* a variety of fixes for MingWzhang2011-07-111-3/+5
|
* fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul2011-07-111-26/+2
|
* Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2011-07-111-1/+1
|
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2011-07-111-1/+2
|
* Remove need for defining _MSC_VER when building Mesa for windows with a non ↵Brian Paul2011-07-111-2/+2
| | | | MS C compiler (MinGW). (Gregor Anich)
* minor fix to glutSetColor prototype (Evgeny Kotsuba)Brian Paul2011-07-111-1/+1
|
* DOS and glide driver updates from Daniel BorcaBrian Paul2011-07-111-1/+1
|
* added glutGetProcAddress()Brian Paul2011-07-111-1/+6
|
* Win32 updates (Karl Schultz)Brian Paul2011-07-111-4/+4
|
* removed non-windows exit() prototypeBrian Paul2011-07-111-1/+1
|
* patched for Cygwin (Sven Panne)Brian Paul2011-07-111-1/+1
|
* fixed some glitches (Eero Pajarre)Brian Paul2011-07-111-3/+2
|
* Minor patches to cleanup some compiler warnings in MSVCTed Jump2011-07-111-20/+36
|
* Initial revisionjtg2011-07-112-0/+832