Re: [PATCH weston 1/3] timeline: Add GPU timestamp timepoint argument

2017-09-15 Thread Pekka Paalanen
On Thu, 14 Sep 2017 14:07:33 +0300 Alexandros Frantzis wrote: > The purpose of this argument is to hold timestamp information about > events that occurred on the GPU. > --- > libweston/timeline.c | 12 > libweston/timeline.h | 2 ++ > 2 files changed, 14 insertions(+) Hi, this pa

[PATCH weston 1/3] timeline: Add GPU timestamp timepoint argument

2017-09-14 Thread Alexandros Frantzis
The purpose of this argument is to hold timestamp information about events that occurred on the GPU. --- libweston/timeline.c | 12 libweston/timeline.h | 2 ++ 2 files changed, 14 insertions(+) diff --git a/libweston/timeline.c b/libweston/timeline.c index cf82428e..8234c27c 100644