summaryrefslogtreecommitdiffstats
path: root/src/glew
Commit message (Collapse)AuthorAgeFilesLines
* scons: Fix GLEW build on Mac OS X.Vinson Lee2010-01-281-0/+3
|
* scons: Use static glew library on Unices to avoid binary compatability issuesJosé Fonseca2010-01-081-9/+9
| | | | Fixes bug 25926.
* glew: Update to version 1.5.2.José Fonseca2010-01-064-93/+1965
|
* scons: Build glew on all platforms.José Fonseca2010-01-021-3/+0
| | | | It is required for progs.
* scons: Put glut and glew shared libraries into build/xxx/bin or lib.José Fonseca2010-01-021-0/+2
| | | | Use bin subdir for windows dlls, lib for unices.
* scons: Fix glew build on MSVC.José Fonseca2010-01-021-14/+19
| | | | | | | | The environment for building the DLL needs to be quite different from the environment for building the programs, in order to get the dllexport/dllimport attribute done currectly. I don't know how MinGW managed to build the programs, but MS linker refuses to link symbols with mismatching attributes.
* scons: Build progs together with everything else.José Fonseca2010-01-011-10/+21
| | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
* 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 <[email protected]>
* 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.