[Bug 100393] Cemu wiiu emulator crashes after selecting game on radeonsi
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 15 20:49:25 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100393
--- Comment #5 from Mika <mikael.public at gmail.com> ---
Created attachment 131369
--> https://bugs.freedesktop.org/attachment.cgi?id=131369&action=edit
few tweaks to make it work
This patch will provide 4 new options in driconf.
You must activate them prior launching CEMU, they're labeled :
- Bypass mesa_Uniform when location is -1
- In core profile allow glDrawArray with primitives > GL_TRIANGLES
- In core profile allow glGetString(GL_EXTENSIONS)
- Allow a uncompatible VBO validation against core profile
Activate all of them and activate too :
- Force GLSL extension behavior to 'warn'
And then disable (or check that it's not enabled) :
- Enable offloading GL driver work to a separate thread
Then launch CEMU like this :
MESA_GL_VERSION_OVERRIDE=4.5 wine64 Cemu.exe
I barely tested it with radeonsi on a R9-270X and it seems to work (at least
for me)
If you find an issue (except the way I code :) ) I'll be interested to know
about it.
--
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/20170515/cb17f37f/attachment.html>
More information about the dri-devel
mailing list