https://bugs.freedesktop.org/show_bug.cgi?id=107744
Bug ID: 107744 Summary: radeonsi OpenGL fails to properly render hg_timeless demo in winehq-staging Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: kode54@gmail.com QA Contact: dri-devel@lists.freedesktop.org
Created attachment 141367 --> https://bugs.freedesktop.org/attachment.cgi?id=141367&action=edit apitrace of timeless.exe running through winehq-staging
The following demo:
http://www.pouet.net/prod.php?which=62935
Fails to render properly on radeonsi git. There are numerous scenes with renderinng glitches. I'm attaching an apitrace, as I cannot run renderdoc on it because it's a 32 bit process. But the apitrace fails to replay without crashing apitrace on my system, for some reason.
https://bugs.freedesktop.org/show_bug.cgi?id=107744
Timothy Arceri t_arceri@yahoo.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG
--- Comment #1 from Timothy Arceri t_arceri@yahoo.com.au --- The The demo contains a number of compiler errors.
For example:
float jl(in float c) { return float(cu(int(c)))/1.07374e+09-.5; }
jl(l.xxy*1439);
error: no matching fuction for call to 'jl(vec3)'
https://bugs.freedesktop.org/show_bug.cgi?id=107744
--- Comment #2 from Christopher Snowhill kode54@gmail.com --- I guess I can report it to the Wine developers, if you think this compiler error is occurring due to Wine translating the demo’s shaders incorrectly. I don’t know that it would be the demo’s fault, if it runs correctly on Windows, or runs correctly on NVidia proprietary drivers.
dri-devel@lists.freedesktop.org