https://bugs.winehq.org/show_bug.cgi?id=46164
Bug ID: 46164 Summary: Graphics blurry/garbled in Unigine Superposition Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cybermax@dexter.no Distribution: ---
Graphics is blurry/garbled in Unigine Superposition running in "DirectX" or "OpenGL" mode with "medium" or higher "shader quality".
Setting "shader quality" to "low" seems ok in both OpenGL and DirectX mode.
https://bugs.winehq.org/show_bug.cgi?id=46164
John the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the.ideals@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=46164
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|-unknown |directx-d3d Status|UNCONFIRMED |NEW CC| |joseph.kucia@gmail.com
--- Comment #1 from Józef Kucia joseph.kucia@gmail.com --- It happens because we don't unbind textures in wined3d. The attached hack should fix the issue in "DirectX" mode.
I submitted more proper patches a while ago: https://www.winehq.org/pipermail/wine-patches/2017-March/159151.html Unfortunately, in order to get it fixed we have to convert all D3D client libraries to SRVs. It is a bit involved since the proper solution is to move sampler states and texture stateblocks code outside wined3d core.
https://bugs.winehq.org/show_bug.cgi?id=46164
--- Comment #2 from Józef Kucia joseph.kucia@gmail.com --- Created attachment 62853 --> https://bugs.winehq.org/attachment.cgi?id=62853 Hack
https://bugs.winehq.org/show_bug.cgi?id=46164
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Graphics blurry/garbled in |Graphics blurry/garbled in |Unigine Superposition |Unigine Superposition | |(DirectX)
https://bugs.winehq.org/show_bug.cgi?id=46164
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Graphics blurry/garbled in |Graphics blurry/garbled in |Unigine Superposition |UNIGINE Superposition |(DirectX) |(DirectX)
https://bugs.winehq.org/show_bug.cgi?id=46164
--- Comment #3 from Sveinar Søpler cybermax@dexter.no --- Thanks Józef Kucia. That hack did absolutely help for the "Medium" texture preset, as it seems "fixed" from a brief glance.
High and Extreme did however have some weird discoloration/lighting on the gray wall by the door for some reason. That might not mean too much, cos i was able to crash wine a couple of times loading the "extreme" preset with dxvk too.
Will do some more testing.
https://bugs.winehq.org/show_bug.cgi?id=46164
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #4 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-9.0-1?