[Bug 28410] OpenGL vsync no longer working properly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jul 6 12:12:38 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28410
--- Comment #14 from Pierre Ossman <pierre-bugzilla at ossman.eu> 2010-07-06 11:49:25 PDT ---
Has anyone had a look at this? Upgraded to latest mesa today and the problem is
still there. Even omlsync in mesa/demos is broken. :/
--- Comment #15 from Pierre Ossman <pierre-bugzilla at ossman.eu> 2010-07-06 12:12:37 PDT ---
I did some extra output from omlsync.c:
glXGetSyncValuesOML(disp, winGL, &ust, &msc, &sbc);
fprintf(stderr, "ust: %lld, msc: %lld, sbc: %lld\n", (long long)ust, (long
long)msc, (long long)sbc);
Result is this:
ust: 0, msc: 0, sbc: 8912
ust: 0, msc: 0, sbc: 8913
ust: 0, msc: 0, sbc: 8914
ust: 0, msc: 0, sbc: 8915
ust: 0, msc: 0, sbc: 8916
ust: 0, msc: 0, sbc: 8917
ust: 0, msc: 0, sbc: 8918
Doesn't seem correct to me that neither ust nor msc are incrementing.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list