[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

Ilia Mirkin  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Ilia Mirkin  ---
Pushed to master:

commit 41100b6b44e747b9003937f123fce571fd3dec46
Author: Ilia Mirkin 
Date:   Sat Mar 26 22:32:43 2016 -0400

nvc0: disable primitive restart and index bias during blits

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #14 from Karol Herbst  ---
(In reply to Ilia Mirkin from comment #13)
> As I had originally suspected, this has nothing to actually do with BGRA4
> format. It was just an odd place in the command stream.
> 
> The following patch should fix it:
> https://patchwork.freedesktop.org/patch/78448/
> 
> Please test. I think this has been broken since mesa 10.2 or so =/

works great, thanks :)

Tested-by: Karol Herbst 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #13 from Ilia Mirkin  ---
As I had originally suspected, this has nothing to actually do with BGRA4
format. It was just an odd place in the command stream.

The following patch should fix it:
https://patchwork.freedesktop.org/patch/78448/

Please test. I think this has been broken since mesa 10.2 or so =/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

Karol Herbst  changed:

   What|Removed |Added

 CC||freedesk...@karolherbst.de

--- Comment #12 from Karol Herbst  ---
*** Bug 94650 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #11 from Ilia Mirkin  ---
FTR, in the trace, things go wrong between call 722316 and 722358. In the
middle, a SRGB8_ALPHA8 texture is created, and receives an upload from GL_BGRA
+ 4_4_4_4_REV data. According to qapitrace, that data is not properly reflected
in the texture.

Running this with llvmpipe, the first glTexSubImage2D clears the data (all 0's)
while the second glTexSubImage2D uploads the font. Since the font texture
contains garbage, so does the remaining rendering. Need to figure out why the
texture upload fails with the data in question.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-03-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #10 from blu...@web.de ---
http://workupload.com/file/rmdaFRu0 in 6.2.4 also has that corruption.
I tried with both wine 1.7.55 and 1.9.6-staging.
It starts with small missing pieces and gets worse if you maximize the game
window.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2016-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #8 from Ilia Mirkin  ---
(In reply to Gediminas Jakutis from comment #7)
> This is still an issue[1], so I suppose it should be re-opened.
> I assume commit d68226087cf5f2f686d6c8f3377c5a1dec3d8bc4 might be at fault,
> but I haven't tested the game around that time, so I can't tell. I can
> bisect, if needed.
> 
> [1] I just re-tested with the current mesa git head on a fully patched WoW
> client and the problem is there.

Argh! You're right :( Just retested with latest mesa and the trace you
originally supplied didn't work. But I *swear* it worked for me at commit
d68226087c. Maybe it was through luck? Or perhaps something in st/mesa changed
and it's taking a different path now...

--- Comment #9 from Gediminas Jakutis  ---
Diablo 3 seems to be hitting the exact same issue, BTW.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2015-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #5 from Ilia Mirkin  ---
(In reply to Gediminas Jakutis from comment #4)
> Another note: I did play the game some with these UI issues present and I
> did not notice any other kind of rendering problems whatsoever. It appears
> to affect only the UI and text and absolutely nothing else.

I tracked down these issues to *something* to do with BGRA4 transfers.
Commenting out the two BGRA4 formats in nv50_format.c "fixes" it for me.
However no RGBA4-related tests appear to fail, teximage-colors is all happy,
etc. So there's something more subtle may be going on.

Since this isn't show-stopping for the game, I think I'll keep looking into
this without pushing out any shotgun fixes.

Should also double-check on a tesla to see if perhaps fermi+ have shed support
for that format. But my guess is something in the blitter.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2015-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

Ilia Mirkin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Ilia Mirkin  ---
Actually I ended up just pushing something that removes it on Fermi and newer.
I tried to get the blob to use that format, but couldn't. This leads me to
believe that for whatever reason it is no longer supported. Or... something. I
double-checked that it still works on tesla though.

commit 342e68dc60eebb20ac1be9f47800ee9e604354f0
Author: Ilia Mirkin 
Date:   Wed Sep 9 21:50:03 2015 -0400

nvc0: remove BGRA4 format support

Something is wrong with the support somewhere. I couldn't get the blob
driver to use it either, although it happily used RGB5_A1.
teximage-colors works, but WoW seems to fail in the menus for drawing
text.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91526
Signed-off-by: Ilia Mirkin 
Cc: "10.6 11.0" 

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2015-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #1 from Gediminas Jakutis gedimi...@varciai.lt ---
Oh, forgot to mention, I am running:
GPU: GTX 770 (GK104)
Kernel: 4.1.3
Mesa: always latest git

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau


[Nouveau] [Bug 91526] World of Warcraft (on Wine) has UI corruption with nouveau

2015-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91526

--- Comment #4 from Gediminas Jakutis gedimi...@varciai.lt ---
Another note: I did play the game some with these UI issues present and I did
not notice any other kind of rendering problems whatsoever. It appears to
affect only the UI and text and absolutely nothing else.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau