| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The remaining programs are ones I've had difficulty finding a build
environment for to make the build system or are unit tests that should
probably live next to their code instead. Hopefully people can bring
over the build for remaining pieces they care about.
|
|
|
|
|
|
|
| |
Remove glutInitWindowPosition() calls to play nicer with window managers.
Move glutInitWindowSize() calls before glutInit() so the the default window
size can be overridden by the -geometry cmd line option.
|
| |
|
|
|
|
|
| |
A couple of test weren't ported due to glew breakage -- it undefines
GLAPIENTRY.
|
| |
|
| |
|
|
Tests fbo render-to-texture for various internal texture image formats.
|