[Mesa-dev] [Bug 89131] [Bisected] Graphical corruption in Weston, shows old framebuffer pieces
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 16 20:55:48 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89131
--- Comment #5 from Park, Jeongmin <pjm0616 at gmail.com> ---
I moved depth buffer checks from dri*.c to pp_jimenezmlaa() per Brian's comment
here: https://bugs.freedesktop.org/show_bug.cgi?id=88962
depth buffer check was added to pp_mlaa.c in
2e6ba6afdb62e80689b844c7267272d261db172c
and removed from dri*.c in 0467a52dc3f7d51eeb51179ce2f9871758ecacb1
This bug seems to be caused by my patch didn't check if pp_jimenezmlaa() was
failed.
In pp_run.c, if there are multiple postprocess stages(ppq->n_filters > 1)
so that it requires a temp buffer(ppq->tmp[]), and pp_jimenzmlaa return
immediately without writing to 'out', then the temp buffer would have old data.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150217/8bb6c916/attachment.html>
More information about the mesa-dev
mailing list