summaryrefslogtreecommitdiff
path: root/progs/demos/vao_demo.c
AgeCommit message (Collapse)Author
2009-12-18progs/demos: fix glut initialization callsBrian 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-05-07demos: delete vertex array objects upon exitBrian Paul
2006-08-01casts and assertionsBrian Paul
2006-07-12call glutDestroyWindow() to allow checking for mem leaks upon exitBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.