summaryrefslogtreecommitdiff
path: root/src/xdemos
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Use glad instead of GLEW.Jose Fonseca3-3/+5
2020-09-15glxgears / wglgears: avoid C99 "for" without explicit -std=Jan Beich1-1/+2
2020-09-11glxgears: Make the swap interval configurableAdam Jackson1-7/+40
2020-07-06glxgears / wglgears: adjust colors for sRGBErik Faye-Lund1-0/+12
2020-07-06glxgears: add sRGB mode supportErik Faye-Lund1-0/+14
2019-12-29fix -Wunused-variable compile waringsChristian GMEINER1-1/+0
2018-03-07glxinfo/wglinfo: improve GL_ARB_imaging query codeBrian Paul1-5/+8
2018-03-07glxinfo/wglinfo: print (110) instead of empty lineBrian Paul1-2/+11
2018-03-07glxinfo/wglinfo: fix VP/FP strings, indentationBrian Paul1-4/+4
2018-03-07glxinfo/wglinfo: remove print_shader_limits() codeBrian Paul1-78/+11
2018-02-22glxinfo/wglinfo: print list of 4.3 shading language versionsBrian Paul1-0/+14
2018-02-22glxinfo/wglinfo: fix indentation for listing compression formatsBrian Paul1-1/+2
2018-02-22glxinfo/wglinfo: add queries of GL_ARB_tessellation_shader limitsBrian Paul1-0/+18
2018-02-09glxinfo/wglinfo: Fix typoAndreas Boll1-1/+1
2018-02-07glxinfo/wglinfo: query/print more GL limitsBrian Paul1-2/+125
2017-10-11Add OpenGL 4.6 as a known versionDario Ostuni1-0/+1
2017-07-02glxinfo: print debug/no-error contex flagsBrian Paul1-4/+14
2017-04-27glxinfo: print more detailed help messageBrian Paul1-1/+1
2016-02-25glxinfo: test GL_ATI_meminfo and GL_NVX_gpu_memory_info (v2)Marek Olšák3-0/+59
2015-10-14sharedtex_mt: fix rendering thread hangAwais Belal1-0/+7
2015-08-03glxinfo: fix printing core profile extensionsMarek Olšák1-1/+1
2015-05-29xdemos/corender: Remove.Jose Fonseca6-689/+1
2015-05-25glxinfo: fix segfault when core profile is unavailableJulien Isorce2-12/+16
2015-05-25glxinfo: pass the options object to print_screen_info()Brian Paul1-19/+19
2015-05-25glxinfo/wglinfo: add brief (-B) output modeBrian Paul3-23/+34
2015-01-29glxinfo: Add support for GLX_MESA_query_rendererAdam Jackson1-0/+49
2014-12-29s/Tungsten Graphics/VMware/José Fonseca1-18/+18
2014-11-01glxinfo/wglinfo: reverse order of the gl_versions[] arrayBrian Paul2-20/+22
2014-08-24glxinfo: add 4.5 as a valid versionDave Airlie1-0/+1
2014-08-12glxgears_pixmap: destroy correct pixmap idNathan Kidd1-1/+1
2014-08-08glxinfo/wglinfo: query/print GL_ARB_texture_multisample limitsBrian Paul1-0/+5
2014-07-28glxinfo: fix direct rendering context in glxinfoMarc Dietrich1-1/+1
2014-07-16wglinfo: Add support for reporting core profile infoBrian Paul2-24/+24
2014-07-16glxinfo/wglinfo: move argument parsing into common codeBrian Paul3-70/+108
2014-07-05demos: Fix make distcheckAndreas Boll1-1/+2
2014-07-05glxinfo: add query for OpenGL 4.4 GL_MAX_VERTEX_ATTRIB_STRIDEBrian Paul1-1/+29
2014-07-05glxinfo: remove query of GL_MAX_VERTEX_ATTRIB_STRIDEBrian Paul1-1/+0
2014-07-03glxinfo: Print GL_EXT_texture_array limitsFredrik Höglund1-0/+3
2014-07-03glxinfo: Print GL_ARB_vertex_attrib_binding limitsFredrik Höglund1-0/+5
2014-07-03glxinfo: Print XFB, TBO, and UBO limitsFredrik Höglund1-0/+22
2014-06-10glinfo_common: fix extension_supported() functionBrian Paul1-6/+16
2014-05-29wglinfo: Use _snprintf on Windows.José Fonseca1-0/+4
2014-05-28wglinfo: Don't rely on GL/glext.hJosé Fonseca1-5/+5
2014-05-28glxinfo: move reusable, non-GLX code into glinfo_common.[ch]Brian Paul5-634/+759
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-20glxgears: also print VisualID with -info optionBrian Paul1-4/+7