summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: build with meson for linux and mingwmesonDylan Baker2017-04-0639-27/+2036
* .editorconfig: copy from mesaDylan Baker2017-04-031-0/+39
* configure.ac: Auto-detect wayland supportAndreas Boll2017-03-301-2/+2
* texdown: Use alligned_alloc/_aligned_malloc.Jose Fonseca2017-01-181-11/+13
* tests/shader_api: Avoid unused variable warning.Jose Fonseca2017-01-181-0/+1
* test/drawstencil: Avoid unusued function warning.Jose Fonseca2017-01-131-7/+7
* tests/tkmap: Remove unused functions.Jose Fonseca2017-01-131-29/+0
* util/trackball: Avoid MSVC pragmas on Mingw.Jose Fonseca2017-01-131-1/+1
* wg/sharedtex_mt: Remove unsed variable.Jose Fonseca2017-01-131-5/+4
* wgl/rotex: Address compiler warnings.Jose Fonseca2017-01-136-36/+33
* wgl: Keep winthread pointer in GWLP_USERDATA.Jose Fonseca2016-05-201-20/+9
* eglinfo: Restore eglTerminateAdam Jackson2016-04-201-0/+1
* eglinfo: Add EXT_platform_* awarenessAdam Jackson2016-04-201-6/+35
* eglinfo: Factor out a "probe one display" functionAdam Jackson2016-04-201-10/+17
* eglinfo: Print client extensions firstAdam Jackson2016-04-201-2/+5
* eglinfo: Note when an EGLConfig is streams-compatibleAdam Jackson2016-04-201-0/+2
* glxinfo: test GL_ATI_meminfo and GL_NVX_gpu_memory_info (v2)Marek Olšák2016-02-253-0/+59
* perf: fix snprintf() problem on Windows for glsl-compile-time.cBrian Paul2016-02-251-0/+4
* remove stray 'spazio3d' target from Makefile.amBrian Paul2016-02-031-1/+0
* cmake: Build glsl-compile-time without linking glmain.c.Jose Fonseca2016-02-021-0/+3
* don't build glsl-compile-time program with CMake for nowBrian Paul2016-02-021-1/+0
* Add new test of glPolygonMode() with different front/back modesBrian Paul2016-02-023-0/+195
* perf: add new glsl-compile-time test programBrian Paul2016-02-023-0/+317
* wgl: Minor cleanups to wglfont.Jose Fonseca2016-01-281-2/+13
* configure.ac: Fix default behavior of AC_ARG_WITH(glut) if glut isn't availableAndreas Boll2016-01-211-4/+3
* wgl: Rudimentary wglUseFontBitmaps sample.Jose Fonseca2016-01-062-0/+105
* demos: Bump version to 8.3.0 for releasemesa-demos-8.3.0Andreas Boll2015-12-092-2/+2
* util: Remove unused glstate.[ch]Andreas Boll2015-12-083-554/+0
* demos: add missing binaries to .gitignoreAndreas Boll2015-12-072-0/+2
* configure.ac: fix AC_WITH(glut) so that --without-glut worksRoss Burton2015-12-071-11/+15
* rubberband: add keyboard option to test non-white drawing colorBrian Paul2015-11-031-3/+16
* rubberband: select line width with 1..4 keysBrian Paul2015-10-161-2/+13
* sharedtex_mt: fix rendering thread hangAwais Belal2015-10-141-0/+7
* egl: Remove demos using EGL_MESA_screen_surface.Matt Turner2015-09-2121-1455/+6
* glxinfo: fix printing core profile extensionsMarek Olšák2015-08-031-1/+1
* eglinfo: print client extensionsMarek Olšák2015-08-031-1/+5
* line-sample: add flat/smooth and blend togglesBrian Paul2015-07-271-3/+20
* tri-tex-stipple: trivial test of texturing with stipplingBrian Paul2015-07-203-0/+122
* util: add fflush() in ValidateShaderProgram()Brian Paul2015-07-201-0/+1
* quad-offset-unfilled: fix GL_POLYGON_OFFSET_FILL/LINE mistakeBrian Paul2015-07-201-1/+1
* demos: flush stdout after printing frame rateBrian Paul2015-06-227-1/+8
* xdemos/corender: Remove.Jose Fonseca2015-05-296-689/+1
* glxinfo: fix segfault when core profile is unavailableJulien Isorce2015-05-252-12/+16
* wglinfo: pass the options object to print_screen_info()Brian Paul2015-05-251-9/+8
* glxinfo: pass the options object to print_screen_info()Brian Paul2015-05-251-19/+19
* glxinfo/wglinfo: add brief (-B) output modeBrian Paul2015-05-254-30/+46
* line-sample: use GL_LINE_STRIP instead of GL_LINE_LOOPBrian Paul2015-02-251-3/+4
* opengles2: fix building without X11Michael Olbrich2015-02-181-1/+4
* line-sample: Ensure GL_ALIASED_LINE_WIDTH_RANGE is defined on Windows.Jose Fonseca2015-02-141-0/+1
* wgl: Remove unnecessary #pragmas.Jose Fonseca2015-02-142-4/+0