summaryrefslogtreecommitdiff
path: root/src/glew
AgeCommit message (Collapse)Author
2009-06-18glew: correct misspelling of glFramebufferTextureLayerKeith Whitwell
This was misspelt as glFramebufferTexturLayer (missing e), causing conflicts with the correctly spelt version in glext.h and extfuncs.h.
2009-03-25glew: fix GLEW_LIB_NAMEBrian Paul
This fixes rebuilding of the library every time we run make.
2009-02-13Add dummy install target for glew to fix 'make install'Dan Nicholson
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-24glew: Build it as a static lib.José Fonseca
2009-01-23glew: Initial import.José Fonseca
From glew 1.5.1 release.