[Mesa-dev] [Bug 77208] VdpPresentationQueueGetTime does not return a monotonic time

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 9 00:47:26 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=77208

Christian König <deathsimple at vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Christian König <deathsimple at vodafone.de> ---
That's a known issue, it's a design problem of DRI2.

Essentially there is no global time you could return from
VdpPresentationQueueGetTime. Instead what you return is always the an
estimation based on the vsync counter and that's unfortunately per output
instead of global.

Additional to that I never bothered adding the difference between the last flip
and the current time to the result of VdpPresentationQueueGetTime. So when you
don't have a page flip the result of VdpPresentationQueueGetTime will probably
stand still.

*** This bug has been marked as a duplicate of bug 66384 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140409/c60fb086/attachment.html>


More information about the mesa-dev mailing list