On Mon, Feb 02, 2015 at 01:06:34PM +1100, Jonathan Gray wrote: > On Sun, Feb 01, 2015 at 06:39:39PM -0500, Bryan Steele wrote: > > This was committed to the upstream demos, but we include > > glxinfo/glxgears in xenocara. > > > > http://cgit.freedesktop.org/mesa/demos/patch/?id=999b6950c644266bb871e79438751bdba2fa2a08 > > > > Does this show useful output for anyone? > > While that commit is not in a released version of mesa demos > yet I agree it is worth having. > > I'd rather update all of glinxfo than just pull this commit though. > Here is a diff which does that and I've converted the man page > to mdoc and updated it as it doesn't seem to be present in mesa demos.
For anyone wanting to try this, glxinfo is pretty self-contained and can easily be compiled separately. You need to be running a recent snapshot though, as this GL extension is fairly new: $ cvs -qd [email protected]:/cvs co -P xenocara/app/glxinfo $ cd xenocara/app/glxinfo; make; ./glxinfo | less -Bryan.
