glxinfo: add queries and reporting for float and sRGB buffer types
authorBrian Paul <brianp@vmware.com>
Fri, 14 May 2010 16:06:21 +0000 (10:06 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 14 May 2010 16:55:19 +0000 (10:55 -0600)
commitffae54ec15e2f0d2aaff01560454d1794535e8b0
tree7777310c319ed08b5fbf62072e8edd838c6f7f4f
parent33c08202a1ad60367522f34c78ab35dca4dc9d40
glxinfo: add queries and reporting for float and sRGB buffer types

Check for the GLX_ARB_fbconfig_float and GLX_NV_float_buffer extensions
to determine if color bufs are floating point.

Check for the GLX_EXT_framebuffer_sRGB extension to determine if the
framebuffer is sRGB capable.

Increase field size for some attribs (visual ID and buffer size) to
accomodate today's larger values.

Also print missing caveats info in verbose mode.
progs/xdemos/glxinfo.c