Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-14 | glxinfo: add queries and reporting for float and sRGB buffer types | Brian Paul | |
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. | |||
2010-05-04 | glxinfo: Get visual info when an fbconfig has an associated visual | Kristian Høgsberg | |
2010-04-14 | glxinfo: Print drawable type in verbose mode | Kristian Høgsberg | |
2010-02-26 | progs/xdemos: fix typo in glxinfo help | Brian Paul | |
2010-02-22 | glxinfo: Fix User error in glGetProgramivARB | Brian Paul | |
glxinfo needed fixing after commit 4bccd69. Move fragment program only parameters into their own list so that they are not queried for a vertex program. Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit b0e5dcb859692707fec8752dd21fc61fc4c3dbcc) | |||
2010-02-09 | progs/xdemos: Silence uninitialized variable warning. | Vinson Lee | |
2009-12-12 | progs/xdemos: Silence compiler warnings in glxinfo.c. | Vinson Lee | |
2009-12-04 | progs/xdemos: fix some visual/fbconfig logic in glxinfo.c | Brian Paul | |
The fbAttribSingle/Double arrays had wrong GLX_DOUBLEBUFFER values. We only need to use the glXChooseFBConfig() code when glXChooseVisual() fails (but I don't know when that would happen). Other recent commits errantly removed some code in this area too. | |||
2009-12-03 | progs/xdemos: Remove duplicate code in glxinfo.c. | Vinson Lee | |
(cherry picked from commit a4720a1a3206dd2edecf47a21fce547a79b67610) | |||
2009-12-03 | progs/xdemos: Fix memory leak in glxinfo.c. | Vinson Lee | |
(cherry picked from commit f080567f4c4018c4885c105a154cb0eb39e6234f) | |||
2008-09-13 | remove invalid XDestroyWindow() call | Guillaume Melquiond | |
2008-07-24 | query/print GLSL version string | Brian Paul | |
2008-01-22 | glxinfo: Fix multisample visual reporting. | Adam Jackson | |
strstr() == 0 tests for the string _not_ being present. Originally Red Hat bug #351871. | |||
2007-10-18 | glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵ | Kristian Høgsberg | |
available. | |||
2007-10-17 | glxinfo: Also print number of fbconfigs. | Kristian Høgsberg | |
2007-10-17 | Fixup a couple of thinkos in glxinfo changes. | Kristian Høgsberg | |
2007-10-16 | Implement support for printing glx fbconfigs in glxinfo. | Kristian Høgsberg | |
2007-10-16 | glxinfo: Only print visuals that actually support GLX. | Kristian Høgsberg | |
2006-12-13 | Use XDisplayName() when reporting errors (bug 8079). | Brian | |
2006-12-06 | glxinfo: When direct rendering is not enabled, print some hints. | Michel Dänzer | |
If indirect rendering is forced, say how. Otherwise, suggest setting LIBGL_DEBUG=verbose. Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 . | |||
2006-05-15 | added a few extension #ifdef tests | Brian Paul | |
2006-05-13 | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul | |
shader limits. Misc sync-ups with x.org copy of glxinfo. | |||
2006-01-16 | Free visinfo object (Tilman Sauerbeck) | Brian Paul | |
2004-08-10 | query/print max convolution filter size | Brian Paul | |
2004-02-23 | The available GLX version is now logged in addition to the client | Ian Romanick | |
version and the server version. | |||
2003-04-09 | fix typo | Brian Paul | |
2002-11-04 | add support for GLX_ARB_multisample | Brian Paul | |
2002-10-14 | print transparent pixel info when using -v option (Gerd Sussner) | Brian Paul | |
2002-09-06 | don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT | Brian Paul | |
2002-09-06 | minor updates to sync with XFree86 | Brian Paul | |
2002-09-06 | added -l option to print interesting OpenGL limits | Brian Paul | |
2002-07-12 | Pedantic compiler fixes (Sven Panne) | Brian Paul | |
2002-03-08 | fix some minor warnings | Brian Paul | |
2001-04-24 | added -i and -h options | Brian Paul | |
2001-04-02 | applied David's patch for parsing display's server:screen string | Brian Paul | |
2001-03-23 | added silly mesa_hack() function and -b option | Brian Paul | |
2001-03-19 | fix glxinfo to query current display. | Alan Hourihane | |
2000-05-08 | fixed bug in loop over screens | Brian Paul | |
2000-05-07 | more error reporting | Brian Paul | |
2000-04-22 | more error checking. Query GLX client vendor string | Brian Paul | |
2000-04-03 | minor clean-ups | Brian Paul | |
2000-03-31 | added support for GLX_EXT_visual_rating | Brian Paul | |
2000-02-23 | fixed problem in print_extension_list() when ext ended in a space | Brian Paul | |
2000-02-02 | try both single and double-buffered visuals | Brian Paul | |
2000-01-27 | minor changes regarding transparency and multisample | Brian Paul | |
2000-01-27 | all new version of glxinfo | Brian Paul | |
1999-09-16 | initial check-in | Brian Paul | |