summaryrefslogtreecommitdiff
path: root/progs/xdemos/manywin.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2010-01-10progs/demos: Check upper bounds of input in manywin.c.Vinson Lee
2010-01-06progs/xdemos: Check for string overflow.Vinson Lee
2009-03-11xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2004-09-14Have the rendering contexts share textures.Brian Paul
Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
2003-04-21silence warningsBrian Paul
2001-11-26fix some warningsBrian Paul
2001-04-27added -display optionBrian Paul
2001-01-23added DestroyHeads() to test clean-up codeBrian Paul
2000-12-02added -s option to control when glXSwapBuffers() is calledBrian Paul
2000-06-13initial check-inBrian Paul