minor updates to sync with XFree86
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: glxinfo.c,v 1.17 2002/09/06 03:35:43 brianp Exp $ */
|
/* $Id: glxinfo.c,v 1.18 2002/09/06 03:47:34 brianp Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
|
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
|
||||||
@@ -29,6 +29,7 @@
|
|||||||
* -v print verbose information
|
* -v print verbose information
|
||||||
* -display DisplayName specify the X display to interogate
|
* -display DisplayName specify the X display to interogate
|
||||||
* -b only print ID of "best" visual on screen 0
|
* -b only print ID of "best" visual on screen 0
|
||||||
|
* -i use indirect rendering connection only
|
||||||
* -l print interesting OpenGL limits (added 5 Sep 2002)
|
* -l print interesting OpenGL limits (added 5 Sep 2002)
|
||||||
*
|
*
|
||||||
* Brian Paul 26 January 2000
|
* Brian Paul 26 January 2000
|
||||||
@@ -473,6 +474,8 @@ print_visual_attribs_short(const struct visual_attribs *attribs)
|
|||||||
caveat = "Slow";
|
caveat = "Slow";
|
||||||
else if (attribs->visualCaveat == GLX_NON_CONFORMANT_VISUAL_EXT)
|
else if (attribs->visualCaveat == GLX_NON_CONFORMANT_VISUAL_EXT)
|
||||||
caveat = "Ncon";
|
caveat = "Ncon";
|
||||||
|
else
|
||||||
|
caveat = "None";
|
||||||
#else
|
#else
|
||||||
caveat = "None";
|
caveat = "None";
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user