-
nigels committed revision 562 to the The OpenGL Extension Wrangler Library SVN repository, changing 1 files.
2009-11-09 17:42:03 UTC by nigels
-
nigels committed revision 561 to the The OpenGL Extension Wrangler Library SVN repository, changing 1 files.
2009-11-09 17:40:24 UTC by nigels
-
I tried to build glew from svn (560) and i think the registry parser is letting too much through :
GL_EXT_direct_state_access:
typedef
2009-10-25 19:28:53 UTC by cleanrock
-
You use "head -6 ..." and "tail +7 ...".
I think this should be
"head -n6 ..." and "tail -n+7 ..."
to get a correct ATI/texture_env_combine3.txt.
I am running head/tail 7.6 (GNU coreutils).
2009-10-25 19:15:20 UTC by cleanrock
-
When compiling GLEW with mingw-w64 there are a couple of glitches I noticed.
1. The glew.h does not define WINAPI, glu.h shipped with mingw-w64 uses WINAPI as calling convention.
2. mingw-w64 does not have __int64. This could be replaced with int64_t for mingw platform.
2009-10-23 10:41:08 UTC by nobody
-
to fix it
1. open config.guess with text edit. Delete the last character in the first line by placing cursor in the beginning of 2nd line and press delete key. Then press Enter to move the 2nd line back.
2. vi config/config.guess
press esc
type
:%s/\r/\n/g
save and exit by typing
:wq
that's it.
2009-10-10 18:27:24 UTC by nobody
-
nigels committed revision 560 to the The OpenGL Extension Wrangler Library SVN repository, changing 7 files.
2009-10-07 15:36:15 UTC by nigels
-
Fix is now upstream:
http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt
To confirm, and close.
2009-10-06 16:40:07 UTC by nigels
-
Duplicate of bug 2836851.
2009-10-06 16:27:30 UTC by nigels
-
At face value, appears to be a duplicate of bug 2274802.
2009-10-06 16:25:46 UTC by nigels