diff options
author | Eric Engestrom <[email protected]> | 2018-05-29 15:41:30 +0100 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-06-06 12:12:03 -0700 |
commit | 735b104707382b6f14f5d49b456c80f5852240af (patch) | |
tree | 34cbdaceff423be678184e2b21f8b0aa7ed163cd /docs/relnotes/18.2.0.html | |
parent | b9361c9df051be632ef7b6481afe5b6c3c5efe4f (diff) |
docs: add note about moving to libwayland-egl in 18.2.0
Cc: Emil Velikov <[email protected]>
Cc: Daniel Stone <[email protected]>
Cc: Andres Gomez <[email protected]>
Cc: Dylan Baker <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes/18.2.0.html')
-rw-r--r-- | docs/relnotes/18.2.0.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/relnotes/18.2.0.html b/docs/relnotes/18.2.0.html index a3f44a29dc8..0db37b620d3 100644 --- a/docs/relnotes/18.2.0.html +++ b/docs/relnotes/18.2.0.html @@ -30,6 +30,13 @@ Some drivers don't support all the features required in OpenGL 4.5. OpenGL Compatibility contexts may report a lower version depending on each driver. </p> +<p> +libwayland-egl is now distributed by libwayland (since 1.15, +<a href="https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html">see announcement</a>), +and has been removed from Mesa in this release. Make sure you're using +an up-to-date version of libwayland to keep the functionality. +</p> + <h2>SHA256 checksums</h2> <pre> @@ -57,6 +64,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>Removed GL_EXT_polygon_offset applications should use glPolygonOffset instead.</li> +<li>Removed libwayland-egl, now part of Wayland</li> </ul> </div> |