[Bug 250307] graphics/mesa-dri: iris_dri.so is missing
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250307 --- Comment #6 from Jan Beich <[email protected]> --- For example, i965 compat profile doesn't have GL_ARB_direct_state_access required by yuzu. To demonstrate a glitch it causes try the following: $ pkg install yuzu-qt5 mesa-dri $ fetch https://github.com/FlagBrew/2048/releases/download/1.0.0-1/2048.nro $ export HOME=/tmp # use default config e.g., homebrew needs ASYNC disabled $ yuzu 2048.nro <Game has launched but screen remains black> $ MESA_LOADER_DRIVER_OVERRIDE=iris yuzu 2048.nro <Game board is rendered properly> $ MESA_GL_VERSION_OVERRIDE=4.6COMPAT yuzu 2048.nro <Game board is rendered properly> https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-20.2.0/src/mesa/drivers/dri/i965/intel_screen.c#L2440 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"