libweston: Clean-up timeline to make room for a new approach

With it this removes the parts responsible for creating the file,
timeline_log class, removes the debug key binding when creating the
compositor instace, keeping only what can be re-used.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2019-09-05 13:12:18 +03:00
parent d0d89d0d5f
commit 2a1b7865dd
5 changed files with 11 additions and 122 deletions
+1 -2
View File
@@ -287,8 +287,7 @@ timeline_submit_render_sync(struct gl_renderer *gr,
int fd;
struct timeline_render_point *trp;
if (!weston_timeline_enabled_ ||
!gr->has_native_fence_sync ||
if (!gr->has_native_fence_sync ||
sync == EGL_NO_SYNC_KHR)
return;