summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-06meson: build with meson for linux and mingwmesonDylan Baker39-27/+2036
2017-04-03.editorconfig: copy from mesaDylan Baker1-0/+39
2017-03-30configure.ac: Auto-detect wayland supportAndreas Boll1-2/+2
2017-01-18texdown: Use alligned_alloc/_aligned_malloc.Jose Fonseca1-11/+13
2017-01-18tests/shader_api: Avoid unused variable warning.Jose Fonseca1-0/+1
2017-01-13test/drawstencil: Avoid unusued function warning.Jose Fonseca1-7/+7
2017-01-13tests/tkmap: Remove unused functions.Jose Fonseca1-29/+0
2017-01-13util/trackball: Avoid MSVC pragmas on Mingw.Jose Fonseca1-1/+1
2017-01-13wg/sharedtex_mt: Remove unsed variable.Jose Fonseca1-5/+4
2017-01-13wgl/rotex: Address compiler warnings.Jose Fonseca6-36/+33
2016-05-20wgl: Keep winthread pointer in GWLP_USERDATA.Jose Fonseca1-20/+9
2016-04-20eglinfo: Restore eglTerminateAdam Jackson1-0/+1
2016-04-20eglinfo: Add EXT_platform_* awarenessAdam Jackson1-6/+35
2016-04-20eglinfo: Factor out a "probe one display" functionAdam Jackson1-10/+17
2016-04-20eglinfo: Print client extensions firstAdam Jackson1-2/+5
2016-04-20eglinfo: Note when an EGLConfig is streams-compatibleAdam Jackson1-0/+2
2016-02-25glxinfo: test GL_ATI_meminfo and GL_NVX_gpu_memory_info (v2)Marek Olšák3-0/+59
2016-02-25perf: fix snprintf() problem on Windows for glsl-compile-time.cBrian Paul1-0/+4
2016-02-03remove stray 'spazio3d' target from Makefile.amBrian Paul1-1/+0
2016-02-02cmake: Build glsl-compile-time without linking glmain.c.Jose Fonseca1-0/+3
2016-02-02don't build glsl-compile-time program with CMake for nowBrian Paul1-1/+0
2016-02-02Add new test of glPolygonMode() with different front/back modesBrian Paul3-0/+195
2016-02-02perf: add new glsl-compile-time test programBrian Paul3-0/+317
2016-01-28wgl: Minor cleanups to wglfont.Jose Fonseca1-2/+13
2016-01-21configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't availableAndreas Boll1-4/+3
2016-01-06wgl: Rudimentary wglUseFontBitmaps sample.Jose Fonseca2-0/+105
2015-12-09demos: Bump version to 8.3.0 for releasemesa-demos-8.3.0Andreas Boll2-2/+2
2015-12-08util: Remove unused glstate.[ch]Andreas Boll3-554/+0
2015-12-07demos: add missing binaries to .gitignoreAndreas Boll2-0/+2
2015-12-07configure.ac: fix AC_WITH(glut) so that --without-glut worksRoss Burton1-11/+15
2015-11-03rubberband: add keyboard option to test non-white drawing colorBrian Paul1-3/+16
2015-10-16rubberband: select line width with 1..4 keysBrian Paul1-2/+13
2015-10-14sharedtex_mt: fix rendering thread hangAwais Belal1-0/+7
2015-09-21egl: Remove demos using EGL_MESA_screen_surface.Matt Turner21-1455/+6
2015-08-03glxinfo: fix printing core profile extensionsMarek Olšák1-1/+1
2015-08-03eglinfo: print client extensionsMarek Olšák1-1/+5
2015-07-27line-sample: add flat/smooth and blend togglesBrian Paul1-3/+20
2015-07-20tri-tex-stipple: trivial test of texturing with stipplingBrian Paul3-0/+122
2015-07-20util: add fflush() in ValidateShaderProgram()Brian Paul1-0/+1
2015-07-20quad-offset-unfilled: fix GL_POLYGON_OFFSET_FILL/LINE mistakeBrian Paul1-1/+1
2015-06-22demos: flush stdout after printing frame rateBrian Paul7-1/+8
2015-05-29xdemos/corender: Remove.Jose Fonseca6-689/+1
2015-05-25glxinfo: fix segfault when core profile is unavailableJulien Isorce2-12/+16
2015-05-25wglinfo: pass the options object to print_screen_info()Brian Paul1-9/+8
2015-05-25glxinfo: pass the options object to print_screen_info()Brian Paul1-19/+19
2015-05-25glxinfo/wglinfo: add brief (-B) output modeBrian Paul4-30/+46
2015-02-25line-sample: use GL_LINE_STRIP instead of GL_LINE_LOOPBrian Paul1-3/+4
2015-02-18opengles2: fix building without X11Michael Olbrich1-1/+4
2015-02-14line-sample: Ensure GL_ALIASED_LINE_WIDTH_RANGE is defined on Windows.Jose Fonseca1-0/+1
2015-02-14wgl: Remove unnecessary #pragmas.Jose Fonseca2-4/+0