[Bug 79517] Corruption in Firefox 30 or later

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 2 12:35:43 PDT 2014


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

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
If you apply

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 2513b8b..fcf354e 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -4556,7 +4556,7 @@ try_upload_tiled_x(PixmapPtr pixmap, RegionRec *region,
                return false;
        }

-       if (priv->gpu_damage &&
+       if (priv->gpu_damage && 0 &&
            region_subsumes_damage(region, priv->gpu_damage)) {
                if (UNDO)
                        kgem_bo_undo(&sna->kgem, priv->gpu_bo);

that will disable one chunk of that patch. Does the corruption still occur?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140602/6d7ec499/attachment.html>


More information about the intel-gfx-bugs mailing list