[Nouveau] [Bug 68402] Some elements are only rendered in top-left area

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 21 16:42:53 PDT 2013


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

--- Comment #3 from Ján Mlynek <janmlynek0 at gmail.com> ---
It's the last hunk that causes the issue:

BEGIN_NVC0(push, NVC0_3D(VIEWPORT_HORIZ(0)), 2);
PUSH_DATA (push, nvc0->framebuffer.width << 16);
PUSH_DATA (push, nvc0->framebuffer.height << 16);

Removing it solved the issue, so I tried to do the same thing in
current(master) code.
After removing 2 of these hunks (there is another one in commit
443b247878edd6a67adc073b0c36e2941436b9a0), the bug is not present.

I have no idea what I've broken in the process, though. :-)

-Ján

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130821/3f84d1d0/attachment.html>


More information about the Nouveau mailing list