[Bug 111591] [radeonsi/Navi] The Bard's Tale IV causes a GPU hang

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 11 03:12:54 UTC 2019


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

--- Comment #10 from Timothy Arceri <t_arceri at yahoo.com.au> ---
Ok. apitrace was pointing me to the incorrect shaders I managed to find the
correct ones and can confirm this is a bug in the game itself. I have reported
the problem to the developers, lets see if they reply.

For completeness here is the body of the bug report:

"The games shaders use GLSL 4.30 which mean interpolation qualifiers must match
across shader interfaces otherwise it is a link-time error. In GLSL 4.40 this
restriction was relaxed. 

There is at least one attempt in the game (maybe more?) to link a vertex shader
output that sets the noperspective qualifier on an output to a fragment shader
input where no interpolation qualifier is set. This results in hangs and
stuttering in the game when it attempts to use the program that failed to link. 

I've attached the problem shaders in a text file."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190911/bc7f21a2/attachment.html>


More information about the dri-devel mailing list