summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/manywin.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-421/+0
| | | | | | | 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.
* progs/demos: Check upper bounds of input in manywin.c.Vinson Lee2010-01-101-0/+2
|
* progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-3/+29
|
* xdemos: On termination with `esc` close the contexts correctly.Alan Hourihane2009-03-111-1/+1
|
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-1/+1
|
* Have the rendering contexts share textures.Brian Paul2004-09-141-9/+62
| | | | | Put simple checker pattern on the objects. Press 'd' to delete texture, 'u' to unbind it.
* silence warningsBrian Paul2003-04-211-3/+1
|
* fix some warningsBrian Paul2001-11-261-2/+3
|
* added -display optionBrian Paul2001-04-271-7/+12
|
* added DestroyHeads() to test clean-up codeBrian Paul2001-01-231-2/+15
|
* added -s option to control when glXSwapBuffers() is calledBrian Paul2000-12-021-5/+39
|
* initial check-inBrian Paul2000-06-131-0/+289