Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-18 | progs/demos: fix glut initialization calls | Brian Paul | |
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. | |||
2009-12-07 | progs/demos: Fix memory leak in projtex.c. | Vinson Lee | |
2009-12-03 | progs/demos: Fix memory leak in projtex.c. | Vinson Lee | |
(cherry picked from commit ee555e3d69c8820f27e71e5ebc028a768cef7d0b) | |||
2009-04-18 | demos: move tests/projtex.c to demos/ | Brian Paul | |
And fix compiler warnings. |