summaryrefslogtreecommitdiff
path: root/src/xdemos/glxinfo.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25glxinfo: test GL_ATI_meminfo and GL_NVX_gpu_memory_info (v2)Marek Olšák1-0/+1
2015-08-03glxinfo: fix printing core profile extensionsMarek Olšák1-1/+1
2015-05-25glxinfo: fix segfault when core profile is unavailableJulien Isorce1-11/+11
2015-05-25glxinfo: pass the options object to print_screen_info()Brian Paul1-19/+19
2015-05-25glxinfo/wglinfo: add brief (-B) output modeBrian Paul1-21/+28
2015-01-29glxinfo: Add support for GLX_MESA_query_rendererAdam Jackson1-0/+49
2014-11-01glxinfo/wglinfo: reverse order of the gl_versions[] arrayBrian Paul1-1/+1
2014-07-16wglinfo: Add support for reporting core profile infoBrian Paul1-24/+0
2014-07-16glxinfo/wglinfo: move argument parsing into common codeBrian Paul1-70/+15
2014-05-28glxinfo: move reusable, non-GLX code into glinfo_common.[ch]Brian Paul1-632/+15
2014-01-29glxinfo: Add missing vertex and fragment shader limitsIan Romanick1-0/+2
2014-01-29glxinfo: Print geometry shader limits for OpenGL 3.2+ contextsIan Romanick1-1/+23
2014-01-29glxinfo: Refactor shader limit printing code to a separate functionIan Romanick1-18/+20
2014-01-29glxinfo: Convert print_shader_limits to use a switch-statementIan Romanick1-3/+6
2014-01-29glxinfo: Remove ifdef GL_ARB_*_shader cruftIan Romanick1-12/+0
2014-01-20glxinfo: query and print list of compressed texture formatsBrian Paul1-3/+143
2013-12-03glxinfo: print ES2 extension listMarek Olšák1-13/+28
2013-11-26glxinfo: add GL 4.4 to the listDave Airlie1-0/+1
2013-11-21glxinfo: handle no fbconfigs case betterDave Airlie1-3/+4
2013-05-20glxinfo: check for non-zero context before glXIsDirect() callBrian Paul1-1/+1
2013-01-31glxinfo: fix segfaultMarek Olšák1-1/+1
2013-01-18glxinfo: add support for creating/querying core-profile contexts (v3.1)Brian Paul1-112/+470
2012-02-27glxinfo: query/print GL_ARB_framebuffer_object limitsBrian Paul1-0/+5
2011-11-21glxinfo: add support for GL_MAX_DUAL_SOURCE_DRAW_BUFFERS queryDave Airlie1-0/+3
2011-06-06cmake: Build X11 programs on MacOSX.José Fonseca1-1/+1
2011-05-24glxinfo: use X Bool, True, False everywhere to be consistentBrian Paul1-12/+12
2011-05-24glxinfo: minor whitespace fixesBrian Paul1-9/+13
2011-05-13Mac OS X portability fixes.José Fonseca1-1/+1
2011-05-06glxinfo: fix issues in visual_drawable_type()sagawa1-5/+7
2011-03-15glxinfo: Print extensions in alphabetical order.José Fonseca1-32/+84
2011-03-07glxinfo: fix ifdefs around packed floatDave Airlie1-0/+2
2011-03-07glxinfo: add ufloat/float reporting for verbose modeDave Airlie1-2/+12
2011-02-14glxinfo: Print correct visual vs. fbconfig ID with -vIan Romanick1-6/+16
2011-01-20glxinfo: add -s flag to print one extension per lineAlexandre Demers1-11/+23
2010-12-13glxinfo: check for extension support before querying limitsBrian Paul1-43/+63
2010-05-20glxinfo: add queries and reporting for float and sRGB buffer typesBrian Paul1-26/+71
2010-05-20glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg1-8/+11
2010-04-14glxinfo: Print drawable type in verbose modeKristian Høgsberg1-2/+28
2010-02-26progs/xdemos: fix typo in glxinfo helpBrian Paul1-1/+1
2010-02-22glxinfo: Fix User error in glGetProgramivARBBrian Paul1-4/+17
2010-02-09progs/xdemos: Silence uninitialized variable warning.Vinson Lee1-1/+1
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee1-2/+2
2009-12-04progs/xdemos: fix some visual/fbconfig logic in glxinfo.cBrian Paul1-3/+12
2009-12-03progs/xdemos: Remove duplicate code in glxinfo.c.Vinson Lee1-2/+0
2009-12-03progs/xdemos: Fix memory leak in glxinfo.c.Vinson Lee1-1/+3
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-07-24query/print GLSL version stringBrian Paul1-0/+7
2008-01-22glxinfo: Fix multisample visual reporting.Adam Jackson1-1/+1
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg1-13/+46
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg1-1/+1