<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Some elements are only rendered in top-left area"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68402#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Some elements are only rendered in top-left area"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68402">bug 68402</a>
from <span class="vcard"><a class="email" href="mailto:janmlynek0@gmail.com" title="Ján Mlynek <janmlynek0@gmail.com>"> <span class="fn">Ján Mlynek</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>