summaryrefslogtreecommitdiff
path: root/xdriinfo.c
AgeCommit message (Collapse)Author
2013-11-26Add -version option to print program versionAlan Coopersmith
Add both -version & -display to man page, since options were not previously documented. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-26Print which option was in error along with usage messageAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-01-20Correct make distcheck failure and sparse warnings.Paulo Cesar Pereira de Andrade
2006-01-16GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.hMatthias Hopf
2006-01-13Using glXGetProcAddressARB instead of glXGetProcAddress.Matthias Hopf
Casting to GLubyte* to remove warning.
2005-11-30Bug #5146: Fix building of xdriinfo in the presence of NVIDIA libGL byXORG-6_8_99_903Eric Anholt
using the GLX 1.3 glXGetProcAddressARB instead of glXGetProcAddress.
2004-06-16Initial revisionEric Anholt