[Bug 28410] OpenGL vsync no longer working properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 6 23:08:30 PDT 2010


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

--- Comment #19 from Pierre Ossman <pierre-bugzilla at ossman.eu> 2010-07-06 23:08:30 PDT ---
More digging. The client hangs because the X server ignores the request in this
code:

    /*
     * Ensures an out of control client can't exhaust our swap queue, and
     * also orders swaps.
     */
    if (DRI2ThrottleClient(client, pDrawable)) 
        return client->noClientException;

(from ProcDRI2SwapBuffers())



More information about the xorg-driver-ati mailing list