<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91124#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91124">bug 91124</a>
from <span class="vcard"><a class="email" href="mailto:gyebro69@gmail.com" title="Béla Gyebrószki <gyebro69@gmail.com>"> <span class="fn">Béla Gyebrószki</span></a>
</span></b>
<pre>(In reply to Ilia Mirkin from <a href="show_bug.cgi?id=91124#c2">comment #2</a>)
<span class="quote">> I believe the following patch resolves the issue:
>
> diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp
> b/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp
> index 51b9225..fa8ee07 100644
> --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp
> +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp
> @@ -332,6 +332,9 @@ BasicBlock::splitBefore(Instruction *insn, bool attach)
> BasicBlock *bb = new BasicBlock(func);
> assert(!insn || insn->op != OP_PHI);
>
> + bb->joinAt = joinAt;
> + joinAt = NULL;
> +
> splitCommon(insn, bb, attach);
> return bb;
> }</span >
The patch works very well, it fixes the reported issues in the game, thank you.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>