summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxheads.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-06progs/xdemos: Use temporary variables.Vinson Lee
This was missed from the previous commit to glxheads.c.
2010-01-06progs/xdemos: Prevent possible string overflow.Vinson Lee
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-09-16silence warningsBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-21silence warningsBrian Paul
2002-03-08fix some minor warningsBrian Paul
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul
2000-06-13initial check-inBrian Paul