Releases: NVIDIA/egl-wayland
Releases Β· NVIDIA/egl-wayland
1.1.16
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.
Special thanks to all who reported issues.
1.1.13.1
This is a small update to 1.1.13 to fix issues loading egl-wayland with the 560 drivers. This includes a fix to the ABI beta check which prevents egl-wayland from getting loaded due to 560 bumping EGL_EXTERNAL_PLATFORM_VERSION_MINOR
.
Due to many application bugs users may want to fall back to 1.1.13 to avoid using explicit sync, but cannot on 560. This release provides an option to fall back to.
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.
1.1.13
- Fixed a bug where PRIME render-offload was not working with KDE
- Fixed some more warnings from libwayland-client.so when closing applications
- Fixed a bug that was causing intermittent segfaults in wlEglDestroyFormatSet (notably affecting Firefox)
- Avoid unnecessarily calling eglQueryDeviceEXT during application start-up on PRIME systems. This was both slow and would turn on the dGPU wasting power.