[Bug 250307] graphics/mesa-dri: iris_dri.so is missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 18 03:29:27 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250307

--- Comment #6 from Jan Beich <jbeich at FreeBSD.org> ---
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.


More information about the freebsd-x11 mailing list