mesa/include
José Fonseca d150e6a2e6 glut: Do not rely on GLAPIENTRY symbol.
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:
 - f321f16e83
 - d084982240
2009-01-23 12:27:10 +00:00
..
EGL egl: define vsnprintf 2008-08-06 16:42:38 -06:00
GL glut: Do not rely on GLAPIENTRY symbol. 2009-01-23 12:27:10 +00:00
GLES Merge branch 'master' into gallium-0.2 2008-09-21 10:28:06 -07:00
GLES2 Remove CVS keywords. 2008-08-31 17:43:20 +09:00