gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / doc / release-notes / waffle-1.6.1.md
blob4bd7552eec2f68a88615e30829f12ac0961e1118
1 # Waffle 1.6.1 Release Notes
3 ## Fixes since 1.6.0
5 * wflinfo: Install bash completion file correctly
7 * GLX/WGL: Correctly handle ARB_create_context
9 * Wayland: Require wayland-client v1.10
10 * Wayland: Resolve build issues with -fno-common, default with GCC10
12 * Tests: Add new tests - context API, profile, robustness, debug
14 * GitLab-CI: Introduction and small fixes
17 ## Features since 1.6.0
19 All new features introduced in minor releases are *minor* and introduce no
20 instability.
22 * surfaceless_egl: Implement resize functionality
23   Add support for the waffle_window_resize() function when using the EGL
24   surfaceless platform. This is achieved by recreating the backing pbuffer
25   with the new size, and rebinding it to the current context.
28 ## Changes since 1.6.0
30 Adrian Negreanu (1):
31       WaffleDefineCompilerFlags: FindPkgConfig variables are lists
33 Alexandros Frantzis (1):
34       surfaceless_egl: Implement resize functionality
36 Emil Velikov (10):
37       gitlab-ci: bump xvfb wait time
38       glx: correctly handle ARB_create_context lack/presence
39       wgl: correctly handle ARB_create_context lack/presence
40       func: add context API tests
41       func: add profile tests
42       func: actually check the GL* version created
43       func: add robust tests
44       func: add more debug tests
45       wayland: bump required version to 1.10
46       wayland: rework extern symbols handling
48 Eric Engestrom (2):
49       gl_basic_test: avoid reading uninitialised platform
50       gitlab-ci: introduce pre-merge CI
52 Kenneth Graunke (1):
53       CMake: Install bash completions into prefix
55 Rafael Antognolli (1):
56       meson: Redefine 'datadir' instead of 'prefix'.