summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/pbinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-107/+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/xdemos: Fix memory leak in pbinfo.c.Vinson Lee2009-11-201-0/+1
|
* Use XDisplayName() when reporting errors (bug 8079).Brian2006-12-131-1/+1
|
* tweak output formattting, fixed uninitialized var errorBrian Paul2005-01-101-1/+1
|
* New GetAllFBConfigs() function. Some FBConfigs weren't reported before.Brian Paul2005-01-061-23/+4
|
* Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.Brian Paul2005-01-041-18/+10
| | | | Added more functions to pbutil.[ch] to better isolate API differences.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* silence warningsBrian Paul2003-04-211-1/+2
|
* pbuffer info and demo programsBrian Paul2002-10-051-0/+133