summaryrefslogtreecommitdiff
path: root/progs/xdemos/glxinfo.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-05-14glxinfo: add queries and reporting for float and sRGB buffer typesBrian 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-04glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg
2010-04-14glxinfo: Print drawable type in verbose modeKristian Høgsberg
2010-02-26progs/xdemos: fix typo in glxinfo helpBrian Paul
2010-02-22glxinfo: Fix User error in glGetProgramivARBBrian 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-09progs/xdemos: Silence uninitialized variable warning.Vinson Lee
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian 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-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee
(cherry picked from commit a4720a1a3206dd2edecf47a21fce547a79b67610)
2009-12-03progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee
(cherry picked from commit f080567f4c4018c4885c105a154cb0eb39e6234f)
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond
2008-07-24query/print GLSL version stringBrian Paul
2008-01-22glxinfo: Fix multisample visual reporting.Adam Jackson
strstr() == 0 tests for the string _not_ being present. Originally Red Hat bug #351871.
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵Kristian Høgsberg
available.
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg
2007-10-17Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg
2007-10-16Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg
2007-10-16glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg
2006-12-13Use XDisplayName() when reporting errors (bug 8079).Brian
2006-12-06glxinfo: 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-15added a few extension #ifdef testsBrian Paul
2006-05-13Expanded output with -l option: vertex/fragment program and vertex/fragmentBrian Paul
shader limits. Misc sync-ups with x.org copy of glxinfo.
2006-01-16Free visinfo object (Tilman Sauerbeck)Brian Paul
2004-08-10query/print max convolution filter sizeBrian Paul
2004-02-23The available GLX version is now logged in addition to the clientIan Romanick
version and the server version.
2003-04-09fix typoBrian Paul
2002-11-04add support for GLX_ARB_multisampleBrian Paul
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06minor updates to sync with XFree86Brian Paul
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2002-03-08fix some minor warningsBrian Paul
2001-04-24added -i and -h optionsBrian Paul
2001-04-02applied David's patch for parsing display's server:screen stringBrian Paul
2001-03-23added silly mesa_hack() function and -b optionBrian Paul
2001-03-19fix glxinfo to query current display.Alan Hourihane
2000-05-08fixed bug in loop over screensBrian Paul
2000-05-07more error reportingBrian Paul
2000-04-22more error checking. Query GLX client vendor stringBrian Paul
2000-04-03minor clean-upsBrian Paul
2000-03-31added support for GLX_EXT_visual_ratingBrian Paul
2000-02-23fixed problem in print_extension_list() when ext ended in a spaceBrian Paul
2000-02-02try both single and double-buffered visualsBrian Paul
2000-01-27minor changes regarding transparency and multisampleBrian Paul
2000-01-27all new version of glxinfoBrian Paul
1999-09-16initial check-inBrian Paul