Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove invalid XDestroyWindow() call | Guillaume Melquiond | 2008-09-13 | 1 | -1/+0 |
| | |||||
* | query/print GLSL version string | Brian Paul | 2008-07-24 | 1 | -0/+7 |
| | |||||
* | glxinfo: Fix multisample visual reporting. | Adam Jackson | 2008-01-22 | 1 | -1/+1 |
| | | | | | strstr() == 0 tests for the string _not_ being present. Originally Red Hat bug #351871. | ||||
* | glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵ | Kristian Høgsberg | 2007-10-18 | 1 | -13/+46 |
| | | | | available. | ||||
* | glxinfo: Also print number of fbconfigs. | Kristian Høgsberg | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | Fixup a couple of thinkos in glxinfo changes. | Kristian Høgsberg | 2007-10-17 | 1 | -5/+2 |
| | |||||
* | Implement support for printing glx fbconfigs in glxinfo. | Kristian Høgsberg | 2007-10-16 | 1 | -31/+195 |
| | |||||
* | glxinfo: Only print visuals that actually support GLX. | Kristian Høgsberg | 2007-10-16 | 1 | -5/+10 |
| | |||||
* | Use XDisplayName() when reporting errors (bug 8079). | Brian | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | glxinfo: When direct rendering is not enabled, print some hints. | Michel Dänzer | 2006-12-06 | 1 | -1/+13 |
| | | | | | | | 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 . | ||||
* | added a few extension #ifdef tests | Brian Paul | 2006-05-15 | 1 | -1/+12 |
| | |||||
* | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul | 2006-05-13 | 1 | -24/+157 |
| | | | | | shader limits. Misc sync-ups with x.org copy of glxinfo. | ||||
* | Free visinfo object (Tilman Sauerbeck) | Brian Paul | 2006-01-16 | 1 | -0/+2 |
| | |||||
* | query/print max convolution filter size | Brian Paul | 2004-08-10 | 1 | -0/+7 |
| | |||||
* | The available GLX version is now logged in addition to the client | Ian Romanick | 2004-02-23 | 1 | -0/+9 |
| | | | | version and the server version. | ||||
* | fix typo | Brian Paul | 2003-04-09 | 1 | -3/+1 |
| | |||||
* | add support for GLX_ARB_multisample | Brian Paul | 2002-11-04 | 1 | -4/+12 |
| | |||||
* | print transparent pixel info when using -v option (Gerd Sussner) | Brian Paul | 2002-10-14 | 1 | -7/+32 |
| | |||||
* | don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT | Brian Paul | 2002-09-06 | 1 | -3/+1 |
| | |||||
* | minor updates to sync with XFree86 | Brian Paul | 2002-09-06 | 1 | -1/+4 |
| | |||||
* | added -l option to print interesting OpenGL limits | Brian Paul | 2002-09-06 | 1 | -4/+66 |
| | |||||
* | Pedantic compiler fixes (Sven Panne) | Brian Paul | 2002-07-12 | 1 | -8/+8 |
| | |||||
* | fix some minor warnings | Brian Paul | 2002-03-08 | 1 | -2/+2 |
| | |||||
* | added -i and -h options | Brian Paul | 2001-04-24 | 1 | -4/+30 |
| | |||||
* | applied David's patch for parsing display's server:screen string | Brian Paul | 2001-04-02 | 1 | -2/+26 |
| | |||||
* | added silly mesa_hack() function and -b option | Brian Paul | 2001-03-23 | 1 | -9/+127 |
| | |||||
* | fix glxinfo to query current display. | Alan Hourihane | 2001-03-19 | 1 | -2/+2 |
| | |||||
* | fixed bug in loop over screens | Brian Paul | 2000-05-08 | 1 | -4/+4 |
| | |||||
* | more error reporting | Brian Paul | 2000-05-07 | 1 | -4/+9 |
| | |||||
* | more error checking. Query GLX client vendor string | Brian Paul | 2000-04-22 | 1 | -6/+9 |
| | |||||
* | minor clean-ups | Brian Paul | 2000-04-03 | 1 | -8/+11 |
| | |||||
* | added support for GLX_EXT_visual_rating | Brian Paul | 2000-03-31 | 1 | -6/+41 |
| | |||||
* | fixed problem in print_extension_list() when ext ended in a space | Brian Paul | 2000-02-23 | 1 | -1/+3 |
| | |||||
* | try both single and double-buffered visuals | Brian Paul | 2000-02-02 | 1 | -9/+21 |
| | |||||
* | minor changes regarding transparency and multisample | Brian Paul | 2000-01-27 | 1 | -2/+5 |
| | |||||
* | all new version of glxinfo | Brian Paul | 2000-01-27 | 1 | -45/+415 |
| | |||||
* | initial check-in | Brian Paul | 1999-09-16 | 1 | -0/+99 |