Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Build progs together with everything else. | José Fonseca | 2010-01-01 | 1 | -22/+44 |
| | | | | | | | | 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 | ||||
* | glut: Use the official WGL functions. | José Fonseca | 2009-02-10 | 1 | -1/+0 |
| | | | | | Especially using wglGetPixelFormat instead of GetPixelFormat causes problems with opengl32.dll and drivers that not hack around this issue. | ||||
* | glut: Unlist file. | José Fonseca | 2009-01-08 | 1 | -1/+0 |
| | | | | Again.. | ||||
* | glut: Fix build. | José Fonseca | 2009-01-08 | 1 | -2/+1 |
| | |||||
* | glut: List new source file in sconscript. | José Fonseca | 2008-12-30 | 1 | -0/+1 |
| | |||||
* | glut: MinGW portability fixes. | José Fonseca | 2008-11-21 | 1 | -0/+89 |
Still, it doesn't run as well as the glut binaries... |