wl_egl: Use buffers list instead of buffers array 14/284514/2
authorJoonbum Ko <joonbum.ko@samsung.com>
Fri, 18 Nov 2022 08:21:49 +0000 (17:21 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Mon, 21 Nov 2022 11:34:14 +0000 (20:34 +0900)
commit89b3752a56c24e7c411e2b4708a3c9b224bacd35
tree891c5f98caeec2f403a100f4204b95c4ff39dcff
parentda2fa54fd367453ca8d0261856494b5106d9d351
wl_egl: Use buffers list instead of buffers array

 - If surface use array to track buffers,
  index management is difficult and difficult
  to assign a suitable size.

 - The use of list can reduce some of the potential problems
  that can occur from complex management.

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