* Thu May 15 2025 sndirsch@suse.com
- update to version 1.1.19:
* Fix an issue causing EGL_EXT_present_opaque to be advertised
on non-Wayland EGLDisplays
* Wed Mar 05 2025 sndirsch@suse.com
- moved XML documentation to -devel package
* Tue Mar 04 2025 R_Nik_C@proton.me
- update to version 1.1.18:
* Fix possible undefined behavior while reading from socket in
buffer release thread
* Wed Dec 11 2024 sndirsch@suse.com
- update to 1.1.17 tarball; no source code changes; actually we
had 1.1.7 before without noticing it ...
- supersedes
* 0001-egl-wayland-bump-version-to-1.1.17.patch
* 0002-Fix-the-include-path-for-drm_fourcc.h.patch
* 0003-Fix-a-declaration-after-code.patch
* 0004-egl-swap-provide-damage-rectangles-to-wl_surface.patch
* 0005-Use-INT32_MAX-for-wl_surface_damage.patch
* 0006-egl-wayland-Accept-device-name-from-either-wl_drm-or.patch
* 0007-egl-wayland-fix-device-name-case-where-only-wl_drm-e.patch
* 0008-Add-ICD-json-file.patch
* 0009-egl-wayland-Fix-roundtrip-eating-wl_drm-events-in-ge.patch
* 0001-egl-wayland-enable-CI-with-github-actions.patch
* 0002-egl-wayland-Fix-use-after-free-in-library-teardown.patch
* 0003-egl-wayland-Handle-failure-to-acquire-image-in-wlEgl.patch
* 0001-Fix-a-segfault-in-wlEglCreatePlatformWindowSurfaceHo.patch
* 0002-Check-for-a-duplicate-wl_surface-in-wlEglCreatePlatf.patch
* Fri Dec 06 2024 sndirsch@suse.com
- 0001-Fix-a-segfault-in-wlEglCreatePlatformWindowSurfaceHo.patch
0002-Check-for-a-duplicate-wl_surface-in-wlEglCreatePlatf.patch
* apply latest fixes from git (jsc#PED-11284)
* Wed Nov 06 2024 sndirsch@suse.com
- 0001-egl-wayland-enable-CI-with-github-actions.patch
0002-egl-wayland-Fix-use-after-free-in-library-teardown.patch
0003-egl-wayland-Handle-failure-to-acquire-image-in-wlEgl.patch
* apply latest fixes from git (jsc#PED-11284)
* Mon Oct 07 2024 sndirsch@suse.com
- 0001-egl-wayland-bump-version-to-1.1.17.patch
0002-Fix-the-include-path-for-drm_fourcc.h.patch
0003-Fix-a-declaration-after-code.patch
0004-egl-swap-provide-damage-rectangles-to-wl_surface.patch
0005-Use-INT32_MAX-for-wl_surface_damage.patch
0006-egl-wayland-Accept-device-name-from-either-wl_drm-or.patch
0007-egl-wayland-fix-device-name-case-where-only-wl_drm-e.patch
0008-Add-ICD-json-file.patch
0009-egl-wayland-Fix-roundtrip-eating-wl_drm-events-in-ge.patch
* apply latest fixes including adding ICD json file; related:
https://github.com/openSUSE/nvidia-driver-G06/issues/26
* Thu Aug 22 2024 R_Nik_C@proton.me
- update to version 1.1.16:
* Fix a crash due to an assertion firing during surface
destruction, which affected Qt6 webengine
* Add an explicit dependency on the EGL headers
* Sat Aug 10 2024 R_Nik_C@proton.me
- update to version 1.1.15:
* Significant stability fixes for explicit sync which prevents
crashes with Firefox/moonlight/more
* Added the `__NV_DISABLE_EXPLICIT_SYNC` environment variable.
Specifying `__NV_DISABLE_EXPLICIT_SYNC=1` disables the use of
the linux-drm-syncobj-v1 protocol
* Fix an issue causing KDE crashes, which also caused excessive
VRAM usage when resizing
* Fix race condition in damage_thread
* Fri Jul 19 2024 R_Nik_C@proton.me
- update to version 1.1.14:
* Implement Explicit Sync (linux-drm-syncobj-v1)
* Fix freezing on KDE when explicit sync is enabled under certain
conditions
* Read compositor device from zwp_linux_dmabuf_v1 when available
* Properly validate and use the passed value of
EGL_EXT_present_opaque