bugzilla-daemon at freedesktop.org
2016-Aug-27 12:34 UTC
[Nouveau] [Bug 97508] New: Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508
Bug ID: 97508
Summary: Rogue Legacy 4th area with corrupted textures
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: karolherbst at gmail.com
QA Contact: nouveau at lists.freedesktop.org
attached is an apitrace and a screenshot showing the issue
mesa: git-fb89551
--
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:
<https://lists.freedesktop.org/archives/nouveau/attachments/20160827/690c9dea/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-27 12:34 UTC
[Nouveau] [Bug 97508] Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508 --- Comment #1 from Karol Herbst <karolherbst at gmail.com> --- Created attachment 126069 --> https://bugs.freedesktop.org/attachment.cgi?id=126069&action=edit apitrace -- 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: <https://lists.freedesktop.org/archives/nouveau/attachments/20160827/c4158578/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-27 12:35 UTC
[Nouveau] [Bug 97508] Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508 --- Comment #2 from Karol Herbst <karolherbst at gmail.com> --- Created attachment 126070 --> https://bugs.freedesktop.org/attachment.cgi?id=126070&action=edit screenshot -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20160827/4ef04ee8/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-27 12:53 UTC
[Nouveau] [Bug 97508] Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508 --- Comment #3 from Karol Herbst <karolherbst at gmail.com> --- call 240510 is where the corrupted textures are drawn and those are generated in 95901 and 95918 -- 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: <https://lists.freedesktop.org/archives/nouveau/attachments/20160827/e3394542/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-27 17:55 UTC
[Nouveau] [Bug 97508] Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508 --- Comment #4 from Karol Herbst <karolherbst at gmail.com> --- it doesn't show the issue on 342e68dc60eebb20ac1be9f47800ee9e604354f0 -- 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: <https://lists.freedesktop.org/archives/nouveau/attachments/20160827/a8abf4c5/attachment.html>
bugzilla-daemon at freedesktop.org
2016-Aug-27 19:35 UTC
[Nouveau] [Bug 97508] Rogue Legacy 4th area with corrupted textures
https://bugs.freedesktop.org/show_bug.cgi?id=97508
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTOURBUG
Status|NEW |RESOLVED
--- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> ---
After some investigation, this appears to be a game bug. It creates a texture
with BGRA4 format, attaches it to a fb, and then tries to render to it. This is
not always going to work in GL - you first have to check if a fb is complete. A
FB might be incomplete for just about any reason, but format support is a big
one.
G80+ hardware supports BGRA4 for texturing but not for rendering. If this
support is disabled, the state tracker will instead create a BGRA8 texture to
back the BGRA4 GL texture, and rendering to that will obviously be supported.
However the issue is in the application.
--
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:
<https://lists.freedesktop.org/archives/nouveau/attachments/20160827/29aacbae/attachment-0001.html>