[Bug 67015] Page rendering corruption in Firefox [SNA]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 19 09:03:03 PDT 2013


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

--- Comment #25 from Chris Wilson <chris at chris-wilson.co.uk> ---
Note that the issue is masked by:

commit fb058de4e617d7e5058674859993ec635a8d779e
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Jul 18 13:37:12 2013 +0100

    sna: Treat a source with a CPU bo as being attached.

And then requires

diff --git a/src/sna/gen6_render.c b/src/sna/gen6_render.c
index 9b45d79..5885af3 100644
--- a/src/sna/gen6_render.c
+++ b/src/sna/gen6_render.c
@@ -1955,6 +1955,7 @@ has_alphamap(PicturePtr p)
 static bool
 need_upload(PicturePtr p)
 {
+    return true;
     return p->pDrawable && unattached(p->pDrawable) && untransformed(p);
 }


to reproduce.

-- 
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/20130719/444d32f7/attachment.html>


More information about the intel-gfx-bugs mailing list