summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxinfo.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian1-1/+1
2006-12-06glxinfo: When direct rendering is not enabled, print some hints.Michel Dänzer1-1/+13
2006-05-15added a few extension #ifdef testsBrian Paul1-1/+12
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul1-24/+157
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul1-0/+2
2004-08-10query/print max convolution filter sizeBrian Paul1-0/+7
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick1-0/+9
2003-04-09fix typoBrian Paul1-3/+1
2002-11-04add support for GLX_ARB_multisampleBrian Paul1-4/+12
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul1-7/+32
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul1-3/+1
2002-09-06minor updates to sync with XFree86Brian Paul1-1/+4
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul1-4/+66
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul1-8/+8
2002-03-08fix some minor warningsBrian Paul1-2/+2
2001-04-24added -i and -h optionsBrian Paul1-4/+30
2001-04-02applied David's patch for parsing display's server:screen stringBrian Paul1-2/+26
2001-03-23added silly mesa_hack() function and -b optionBrian Paul1-9/+127
2001-03-19fix glxinfo to query current display.Alan Hourihane1-2/+2
2000-05-08fixed bug in loop over screensBrian Paul1-4/+4
2000-05-07more error reportingBrian Paul1-4/+9
2000-04-22more error checking. Query GLX client vendor stringBrian Paul1-6/+9
2000-04-03minor clean-upsBrian Paul1-8/+11
2000-03-31added support for GLX_EXT_visual_ratingBrian Paul1-6/+41
2000-02-23fixed problem in print_extension_list() when ext ended in a spaceBrian Paul1-1/+3
2000-02-02try both single and double-buffered visualsBrian Paul1-9/+21
2000-01-27minor changes regarding transparency and multisampleBrian Paul1-2/+5
2000-01-27all new version of glxinfoBrian Paul1-45/+415
1999-09-16initial check-inBrian Paul1-0/+99