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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user