wayland_egl: Added new APIs related with serial 92/186992/7
authorJuyeon Lee <juyeonne.lee@samsung.com>
Fri, 17 Aug 2018 05:11:23 +0000 (14:11 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 11 Sep 2018 01:37:21 +0000 (10:37 +0900)
commiteb989d5d811180d6fda32f1f7a1e333a10516cc7
tree89aa1fa5b577deb80a2ae590b523b1292a7a7305
parent85d33705bcbeeb3b7c631cdef3ddfd3cf82c06be
wayland_egl: Added new APIs related with serial

- once dequeue, increase serial number and assign it both on
wl_egl_window and twe_wl_buffer_info.

- at the same time of wl_surface_commit, deliver the serial to wayland-tbm server
by using wayland_tbm_client_set_buffer_serial

- New wayland_egl API:
unsigned int wl_egl_window_tizen_get_window_serial(struct wl_egl_window *egl_window)
egl_window cannot be NULL

Change-Id: I8a607be8c44b2a37e8ba90cceae3e3962a128ec9
src/tpl_wayland_egl.c
src/tpl_wayland_egl_thread.c
src/wayland-egl/wayland-egl-priv.h
src/wayland-egl/wayland-egl-tizen.c
src/wayland-egl/wayland-egl-tizen.h
src/wayland-egl/wayland-egl.c