1 # Waffle 1.6.1 Release Notes
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
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
31 WaffleDefineCompilerFlags: FindPkgConfig variables are lists
33 Alexandros Frantzis (1):
34 surfaceless_egl: Implement resize functionality
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
49 gl_basic_test: avoid reading uninitialised platform
50 gitlab-ci: introduce pre-merge CI
53 CMake: Install bash completions into prefix
55 Rafael Antognolli (1):
56 meson: Redefine 'datadir' instead of 'prefix'.