summaryrefslogtreecommitdiff
path: root/progs/xdemos/opencloseopen.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.
2009-06-30xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY
Fix xdemos which default to using display :0.0 to default to $DISPLAY, this is kind of irritating when testing on a display other than :0.0 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.