Created attachment 130093 [details] Screen shots of frames in Mesa 13.0.4 and Mesa 17 for Space Run Overview: Space Run doesn't render smoke from destroyed asteroids, exhaust flames are incorrect, also it looks like "red arrows" aren't rendering. See included screen shots for reference. OS: Ubuntu 16.04 Steps to Reproduce: Start the game and you should immediately see the exhaust flames out the ship are incorrect. Shoot an asteroid to see the problem with smoke that gets created when an asteroid is destroyed. Expected Results: Images are included from Mesa 13.0.4 that looks correct.
What graphics card(s) are you seeing this issue on?
Also, can you supply an apitrace?
This was observed on AMD R9 Fury and AMD RX480 graphic cards using Mesa 17.0.0 (git-cfdda19). I do have a trace but it was not captured using this Mesa version and is a bit old but the problem can be observed using it. The problem was also observed when running the game in steam with this mesa 17.0.0 version. I've uploaded the trace; please let me know if you need one captured with this mesa version and I can make time to get that for you.
I'm having trouble adding the trace. I can't trim my current trace to the allowable upload size (including compressing it). I also can't create a new trace; apitrace gets an abort signal when trying to run the game with apitrace. Let me see what I can do...
You might want to upload the trace with gdrive or dropbox.
Kenneth Graunke and Samuel Pitoiset should have the game now. I sent you guys an invite to our file share site. Let me know if you have any problems.
The invite should invite you to our file share site to get the trace.
Got the trace. The issue can be reproduced. I will investigate. Thanks
After bisecting, the guilty is: commit 3081264dbeb5c322456b1b6b9011745ab98982a1 Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> Date: Sat Mar 11 00:29:27 2017 +0000 [AMDGPU] Remove getBidirectionalReasonRank This method inverts the Reason field of a scheduling candidate. It does right comparison between RegCritical and RegExcess, but everything else is broken. In fact it can prefer less strong reason such as Weak over RegCritical because Weak > -RegCritical. The CandReason enum is properly sorted, so just remove artificial ranking. Differential Revision: https://reviews.llvm.org/D30557 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297536 91177308-0d34-0410-b5e6-96231b3b80d8 Presumably, it's a scheduling issue. The commit looks correct though.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1259.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.