Re: [PATCH v3 2/5] ui/egl: Add egl helpers to help with synchronization

2021-06-23 Thread Gerd Hoffmann
On Mon, Jun 21, 2021 at 12:24:22PM -0700, Vivek Kasireddy wrote: > These egl helpers would be used for creating and waiting on > a sync object. > > Cc: Gerd Hoffmann > Signed-off-by: Vivek Kasireddy Reviewed-by: Gerd Hoffmann

[PATCH v3 2/5] ui/egl: Add egl helpers to help with synchronization

2021-06-21 Thread Vivek Kasireddy
These egl helpers would be used for creating and waiting on a sync object. Cc: Gerd Hoffmann Signed-off-by: Vivek Kasireddy --- include/ui/console.h | 2 ++ include/ui/egl-helpers.h | 2 ++ ui/egl-helpers.c | 26 ++ 3 files changed, 30 insertions(+) diff -