Files
mesa/include/GL
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
..
2009-01-19 15:40:30 +00:00
2005-01-03 15:35:00 +00:00
2006-03-31 20:53:12 +00:00
2007-06-29 07:53:11 -06:00
2008-07-16 16:11:38 -06:00
2009-01-09 11:16:43 +00:00
2009-01-23 12:27:10 +00:00
2006-11-03 18:29:39 +00:00
2007-07-27 11:19:35 -06:00
2008-02-28 16:34:32 +09:00
2005-12-08 14:51:36 +00:00
2006-09-04 06:26:08 +00:00
2008-05-29 10:42:02 -06:00