-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathNEWS
42 lines (35 loc) · 1.53 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
==========================
1.1.90 - February 26, 2019
==========================
- Function wpe_fdo_initialize_for_egl_display() now returns a boolean value
which indicates whether initialization was successful.
- Some function parameters have been marked as "const" to explicitly indicate
that they are not modified.
- Avoid leaking Wayland callback objects on each frame.
=========================
1.1.0 - December 14, 2018
=========================
- Use the new libwpe API to notify when frames have been displayed.
- Allow calling wpe_fdo_initialize_for_egl_display() multiple times, with
a warning printed to the standard error output when trying to switch
displays (which is unsupported).
- Provide a dummy implementation of the EGL offscreen target interface, to
let WebKit use Pbuffer-based offscreen contexts as fallback, instead of
crashing.
- Minor cleanups in headers and function prototypes.
=======================
1.0.0 - August 21, 2018
=======================
- Updated to use libwpe 1.0.0.
- The libWPEBackend-fdo library now uses the libtool versioning convention.
- New API which supports exporting frames as EGL images. This provides
applications with a ready to to render EGLImage, and has the advantage
that the library hides the actual protocol used by the backend's nested
compositor from the application.
- Improved dispatching of Wayland events.
- Support using DMA-BUF Wayland surfaces.
- Support using Wayland versions older than 1.10
====================
0.1 - April 26, 2018
====================
- Initial release