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

--- Comment #4 from Octoploid <[email protected]> 2010-09-29 02:34:48 
PDT ---
OK I've bisected the problem to:

9f13049ddf06f6f2138851a548cfb82f12a52f42 is the first bad commit
commit 9f13049ddf06f6f2138851a548cfb82f12a52f42
Author: Dave Airlie <[email protected]>
Date:   Wed Aug 25 08:56:37 2010 +1000

    radeon: add correct flushing for direct rendered

    this is a port of 69d65f9184006eac790efcff78a0e425160e95aa from the Intel
    driver.

        Submit batch buffers from flush callback chain

        There are a few cases where the server will flush client output buffers
        but our block handler only catches the most common (before going into
select
        If the server flushes client buffers before we submit our batch buffer,
        the client may receive a damage event for rendering that hasn't
happened yet

        Instead, we can hook into the flush callback chain, which the server
will
        invoke just before flushing output.  This lets us submit batch buffers
        before sending out events, preserving ordering.

        Fixes 28438: [bisected] incorrect character in gnome-terminal under
compiz
        https://bugs.freedesktop.org/show_bug.cgi?id=28438

        Signed-off-by: Kristian Høgsberg <[email protected]>

    Signed-off-by: Dave Airlie <[email protected]>


Reverting the commit fixes the problem.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to