index
:
mesa/demos
main
master
meson
A collection of OpenGL / Mesa demos and test programs. (mirrored from https://gitlab.freedesktop.org/mesa/demos)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xdemos
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
Use glad instead of GLEW.
Jose Fonseca
3
-3
/
+5
2020-09-15
glxgears / wglgears: avoid C99 "for" without explicit -std=
Jan Beich
1
-1
/
+2
2020-09-11
glxgears: Make the swap interval configurable
Adam Jackson
1
-7
/
+40
2020-07-06
glxgears / wglgears: adjust colors for sRGB
Erik Faye-Lund
1
-0
/
+12
2020-07-06
glxgears: add sRGB mode support
Erik Faye-Lund
1
-0
/
+14
2019-12-29
fix -Wunused-variable compile warings
Christian GMEINER
1
-1
/
+0
2018-03-07
glxinfo/wglinfo: improve GL_ARB_imaging query code
Brian Paul
1
-5
/
+8
2018-03-07
glxinfo/wglinfo: print (110) instead of empty line
Brian Paul
1
-2
/
+11
2018-03-07
glxinfo/wglinfo: fix VP/FP strings, indentation
Brian Paul
1
-4
/
+4
2018-03-07
glxinfo/wglinfo: remove print_shader_limits() code
Brian Paul
1
-78
/
+11
2018-02-22
glxinfo/wglinfo: print list of 4.3 shading language versions
Brian Paul
1
-0
/
+14
2018-02-22
glxinfo/wglinfo: fix indentation for listing compression formats
Brian Paul
1
-1
/
+2
2018-02-22
glxinfo/wglinfo: add queries of GL_ARB_tessellation_shader limits
Brian Paul
1
-0
/
+18
2018-02-09
glxinfo/wglinfo: Fix typo
Andreas Boll
1
-1
/
+1
2018-02-07
glxinfo/wglinfo: query/print more GL limits
Brian Paul
1
-2
/
+125
2017-10-11
Add OpenGL 4.6 as a known version
Dario Ostuni
1
-0
/
+1
2017-07-02
glxinfo: print debug/no-error contex flags
Brian Paul
1
-4
/
+14
2017-04-27
glxinfo: print more detailed help message
Brian Paul
1
-1
/
+1
2016-02-25
glxinfo: test GL_ATI_meminfo and GL_NVX_gpu_memory_info (v2)
Marek Olšák
3
-0
/
+59
2015-10-14
sharedtex_mt: fix rendering thread hang
Awais Belal
1
-0
/
+7
2015-08-03
glxinfo: fix printing core profile extensions
Marek Olšák
1
-1
/
+1
2015-05-29
xdemos/corender: Remove.
Jose Fonseca
6
-689
/
+1
2015-05-25
glxinfo: fix segfault when core profile is unavailable
Julien Isorce
2
-12
/
+16
2015-05-25
glxinfo: pass the options object to print_screen_info()
Brian Paul
1
-19
/
+19
2015-05-25
glxinfo/wglinfo: add brief (-B) output mode
Brian Paul
3
-23
/
+34
2015-01-29
glxinfo: Add support for GLX_MESA_query_renderer
Adam Jackson
1
-0
/
+49
2014-12-29
s/Tungsten Graphics/VMware/
José Fonseca
1
-18
/
+18
2014-11-01
glxinfo/wglinfo: reverse order of the gl_versions[] array
Brian Paul
2
-20
/
+22
2014-08-24
glxinfo: add 4.5 as a valid version
Dave Airlie
1
-0
/
+1
2014-08-12
glxgears_pixmap: destroy correct pixmap id
Nathan Kidd
1
-1
/
+1
2014-08-08
glxinfo/wglinfo: query/print GL_ARB_texture_multisample limits
Brian Paul
1
-0
/
+5
2014-07-28
glxinfo: fix direct rendering context in glxinfo
Marc Dietrich
1
-1
/
+1
2014-07-16
wglinfo: Add support for reporting core profile info
Brian Paul
2
-24
/
+24
2014-07-16
glxinfo/wglinfo: move argument parsing into common code
Brian Paul
3
-70
/
+108
2014-07-05
demos: Fix make distcheck
Andreas Boll
1
-1
/
+2
2014-07-05
glxinfo: add query for OpenGL 4.4 GL_MAX_VERTEX_ATTRIB_STRIDE
Brian Paul
1
-1
/
+29
2014-07-05
glxinfo: remove query of GL_MAX_VERTEX_ATTRIB_STRIDE
Brian Paul
1
-1
/
+0
2014-07-03
glxinfo: Print GL_EXT_texture_array limits
Fredrik Höglund
1
-0
/
+3
2014-07-03
glxinfo: Print GL_ARB_vertex_attrib_binding limits
Fredrik Höglund
1
-0
/
+5
2014-07-03
glxinfo: Print XFB, TBO, and UBO limits
Fredrik Höglund
1
-0
/
+22
2014-06-10
glinfo_common: fix extension_supported() function
Brian Paul
1
-6
/
+16
2014-05-29
wglinfo: Use _snprintf on Windows.
José Fonseca
1
-0
/
+4
2014-05-28
wglinfo: Don't rely on GL/glext.h
José Fonseca
1
-5
/
+5
2014-05-28
glxinfo: move reusable, non-GLX code into glinfo_common.[ch]
Brian Paul
5
-634
/
+759
2014-01-29
glxinfo: Add missing vertex and fragment shader limits
Ian Romanick
1
-0
/
+2
2014-01-29
glxinfo: Print geometry shader limits for OpenGL 3.2+ contexts
Ian Romanick
1
-1
/
+23
2014-01-29
glxinfo: Refactor shader limit printing code to a separate function
Ian Romanick
1
-18
/
+20
2014-01-29
glxinfo: Convert print_shader_limits to use a switch-statement
Ian Romanick
1
-3
/
+6
2014-01-29
glxinfo: Remove ifdef GL_ARB_*_shader cruft
Ian Romanick
1
-12
/
+0
2014-01-20
glxgears: also print VisualID with -info option
Brian Paul
1
-4
/
+7
[next]