summaryrefslogtreecommitdiff
path: root/progs/xdemos/pbinfo.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-11-20progs/xdemos: Fix memory leak in pbinfo.c.Vinson Lee
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2005-01-10tweak output formattting, fixed uninitialized var errorBrian Paul
2005-01-06New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul
2005-01-04Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul
Added more functions to pbutil.[ch] to better isolate API differences.
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-21silence warningsBrian Paul
2002-10-05pbuffer info and demo programsBrian Paul