summaryrefslogtreecommitdiffstats
path: root/src/glew
Commit message (Collapse)AuthorAgeFilesLines
* glew: correct misspelling of glFramebufferTextureLayerKeith Whitwell2009-06-182-3/+3
| | | | | This was misspelt as glFramebufferTexturLayer (missing e), causing conflicts with the correctly spelt version in glext.h and extfuncs.h.
* glew: fix GLEW_LIB_NAMEBrian Paul2009-03-251-1/+1
| | | | This fixes rebuilding of the library every time we run make.
* Add dummy install target for glew to fix 'make install'Dan Nicholson2009-02-131-0/+3
| | | | Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
* glew: Build it as a static lib.José Fonseca2009-01-241-5/+1
|
* glew: Initial import.José Fonseca2009-01-236-0/+20711
From glew 1.5.1 release.