summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/opencloseopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-189/+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.
* xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAYJon TURNEY2009-06-301-1/+1
| | | | | | | 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 <[email protected]>
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-1/+1
|
* Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick2004-02-111-0/+189
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.