Change to use buffers array instead of tpl_list. 78/254778/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Mon, 1 Feb 2021 03:25:02 +0000 (12:25 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Tue, 9 Mar 2021 08:50:57 +0000 (17:50 +0900)
commit874c7f35418c05993376894eeb939870cbc338ae
treeb68e3d6fb1b8d384d6b0be35ce77a7c6bb273a90
parent49882ec7f3934ea57af5dabb1a4ac92af3430920
Change to use buffers array instead of tpl_list.

 - There is no need to maintain the tpl_list
  which was divided according to usage and divided into several.
 - One wl_egl_surface->buffers is created,
  but each buffer has a buffer_status.

Change-Id: I4d148fcbb2e13fab9d0904b2ab1b61604ee5895a
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_wl_egl.c